Jump to content

anand.arjunan

Members
  • Posts

    45
  • Joined

  • Last visited

Everything posted by anand.arjunan

  1. anand.arjunan

    cake php

    Hi all any idea about cake php any sample code available Please inform me thanks and regards
  2. Hi all The php out put file i want generate the excel format please tell me any idea
  3. $to.= $arg['email']. ","; // note the comma//$to .= "kelly@example.com";/* subject */$subject = "Registration Complete Thankyou";/* message */$message = '<html><head><title>Registration</title></head><body><table width="84%" border="0" cellspacing="0" cellpadding="0" align="center"> <tr> <td width="300" height="172"><img src="images/logo.jpg" alt="lunchwanted.com" width="303" height="172" /></td> <td width="418" height="172"><img src="images/logo-1.jpg" width="330" height="172" /></td> </tr> </table><table width="84%" height="150" border="0" cellpadding="0" cellspacing="0" align="center"> <tr><td height="15">Registration Complete- Thank you Mail</td></tr> <tr><td valign="top">______________________________</td></tr> <tr><td>Dear Mr.'.$arg['fname'].'</td></tr><tr><td>Thank you for Registering at www.yourdomain.com</td></tr><tr><td>Your login details are given below.</td></tr><tr><td>Email Address : '.$arg['email'].'</td></tr><tr><td>Password : '.$arg['pass'].'</td></tr><tr><td>Please Click the following link to complete your registration process</td></tr><tr><td><a href="http://yourdomain.com/confirm.php?email='.$arg['email'].'">Activate your account</a></td></tr><tr><td>This is an automated email, so please do not reply to this.</td></tr><tr><td>Thank you.</td></tr><tr><td>Regards.</td></tr><tr><td></td></tr></table></body></html>';/* To send HTML mail, you can set the Content-type header. */$headers = "MIME-Version: 1.0\r\n";$headers .= "Content-type: text/html; charset=iso-8859-1\r\n";/* additional headers */$headers .= "To:".$arg['email']."\r\n";$headers .= "From: $mailvariable\r\n";/* and now mail it */mail($to, $subject, $message, $headers);Please try this above coding we are doing like that it will working properly
  4. Hi all i need a form validation using ajax.In this form the user email is available or not this validation is using ajax please give me a sample coding it is urgent i am new to using ajax .Thanks
  5. <?php/* recipients */$to = "mary@example.com" . ", " ; // note the comma$to .= "kelly@example.com";/* subject */$subject = "Birthday Reminders for August";/* message */$message = '<html><head><title>Birthday Reminders for August</title></head><body><p>Here are the birthdays upcoming in August!</p><table><tr> <th>Person</th><th>Day</th><th>Month</th><th>Year</th></tr><tr> <td>Joe</td><td>3rd</td><td>August</td><td>1970</td></tr><tr> <td>Sally</td><td>17th</td><td>August</td><td>1973</td></tr></table></body></html>';/* To send HTML mail, you can set the Content-type header. */$headers = "MIME-Version: 1.0\r\n";$headers .= "Content-type: text/html; charset=iso-8859-1\r\n";/* additional headers */$headers .= "To: Mary <mary@example.com>, Kelly <kelly@example.com>\r\n";$headers .= "From: Birthday Reminder <birthday@example.com>\r\n";$headers .= "Cc: birthdayarchive@example.com\r\n";$headers .= "Bcc: birthdaycheck@example.com\r\n";/* and now mail it */mail($to, $subject, $message, $headers);?> this is the example mail coding check this it is working properly.and go to this url there down load the manualhttp://in2.php.net/get/php_manual_en.chm/from/a/mirrorit is very help ful.
  6. Hi all Please tell me what are the library files in php and default dll files in php
  7. anand.arjunan

    CMS Problem

    Hi all in my project i need CMS in MAMBO.i install it but that is like a one full site.i am already developed my site but the client is CMS is use MAMBO.What to do Please help me.
  8. Please check this upload file coding here no need file exist here save the file temp name$path=$_SERVER['DOCUMENT_ROOT']; $pro='/upload/';//your folder comes here $uploadDir = $path.$pro;if($_POST){$title = $_REQUEST['title'];$fileName = $_FILES['file']['name'];$tmpName = $_FILES['file']['tmp_name'];$fileSize = $_FILES['file']['size'];$fileType = $_FILES['file']['type'];$filePath = $uploadDir . $fileName;// get the file extension first$ext = substr(strrchr($fileName, "."), 1); // make the random file name $randName = md5(rand() * time()); $imag=$randName.'.' . $ext;// and now we have the unique file name for the upload file$filePath = $uploadDir . $randName . '.' . $ext;$result = move_uploaded_file($tmpName, $filePath);chmod($filePath,0777);}
  9. I have integrate phpbb2 forum if i am log in to my project the forum also auto log in.if the guest user view the forum only . any idea what is the variable to pass in project login page to phpbb2/login.php page please anybody help me.
  10. Your upload file stored in temp name under "//www.cachegroups.com/tp/ " this folder or the same file name what you are upload the same file name is stored in this particular folder.you can give the full path to chmodchmod("your full path with the file name",0755)and see the examples of below linkhttp://in.php.net/manual/en/function.chmod.php
  11. Hi all in my project i am integrating phpbb2 forum,b2evalution,and mambo cms if i am a guest user means every where it will be shown guest user once i am log in my site after i am click the any link that time there also i have no need log in because i am login my site.how it is possible please help me the above three tools also i am first time using so any one please help me it is urgent.
  12. anand.arjunan

    URL masking

    Hi,Can any one help me. i did the webapplicationm project.After complete the project the client asking me to change the url or hide the url" URLs – Why are most of the links in a “register” folder? For instance when Im logged into an account the link for the Top Gaming Guilds is http://sitename.com/register/topGuildSrch.php " -- This what the client send to me .Now i need to do like this http://sitename.com/topGuildSrch.php ... like this for ebery page
  13. Hi friends,In my project i have integrate phpbb2 forum when i am after log in the phpbb2 forum also want to log in
  14. ya it will open new window but the parent window also reloaded is must because all the fields are updated and there echo the updated successfully message also display.how it is possible
  15. anand.arjunan

    mambo doubt

    Hi all any body know the mambo .how to change the user template and control the login and all.Please explain me
  16. Hi all in my project i am using button value "Update/Print"i am click the button that time i need the informations are updated at the same time i want to open the new browser window that print or pdf formet it will open the parent window there display updated successfully so the parent window reloaded.that process is working but i dont know how to open the individual window is pdf file.
  17. InnoDB is a storage engine for MySQL, included as standard in all current binaries distributed by MySQL AB. Its main enhancement over other storage engines available for use with MySQL is ACID-compliant transaction support, similar to PostgreSQL.InnoDB became a product of Oracle Corporation after their acquisition of Innobase Oy.[1] The software is dual licensed. It is distributed under the GNU General Public License, but can also be licensed to parties wishing to combine InnoDB in proprietary software.[2]MyISAM is the usual alternative engine and the following properties are some which distinguish the two:InnoDB recovers from a crash or other unexpected shutdown by replaying its logs. MyISAM must fully scan and repair or rebuild any indexes or possibly tables which had been updated but not fully flushed to disk. Since the InnoDB approach is approximately fixed time while the MyISAM time grows with the size of the data files, InnoDB offers greater perceived availability and reliability as database sizes grow. MyISAM relies on the operating system for caching reads and writes to the data rows while InnoDB does this within the engine itself, combining the row caches with the index caches. Dirty (changed) database pages are not immediately sent to the operating system to be written by InnoDB, which can make it substantially faster than MyISAM in some situations. InnoDB stores data rows physically in primary key order while MyISAM typically stores them mostly in the order in which they are added. This corresponds to the MS SQL Server feature of “Clustered Indexes” and the Oracle feature known as "index cluster tables." When the primary key is selected to match the needs of common queries this can give a substantial performance benefit. For example, customer bank records might be grouped by customer in InnoDB but by transaction date with MyISAM, so InnoDB would likely require fewer disk seeks and less RAM to retrieve and cache a customer account history. On the other hand, inserting data in orders that differ substantially from primary key (PK) order will presumably require that InnoDB do a lot of reordering of data in order to get it into PK order. This places InnoDB at a slight disadvantage in that it does not permit insertion order based table structuring. InnoDB currently does not provide the compression and terse row formats provided by MyISAM, so both the disk and cache RAM required may be larger. A lower overhead format is available for MySQL 5.0, reducing overhead by about 20% and use of page compression is planned for a future version. When operating in fully ACID-compliant modes, InnoDB must do a flush to disk at least once per transaction, though it will combine flushes for inserts from multiple connections. For typical hard drives or arrays, this will impose a limit of about 200 update transactions per second. If you require higher transaction rates, disk controllers with write caching and battery backup will be required in order to maintain transactional integrity. InnoDB also offers several modes which reduce this effect, naturally leading to a loss of transactional integrity. MyISAM has none of this overhead because it does not need to support transactions. $_GET["var"] is for form with method=get (unsecure... variable in queryString(adressBar))$_POST["var"] is for form with method=post (secure)$_REQUEST["var"] is for the 2 modes, it get the variable of method=post and method=get .. (unsecure because you can put variable in queryString (adressBar))hope U understood
  18. Hi Friends,I m a PHP WEB Developer.I am Planed to move .net how to start learing in .net i dont know anything about that Please help me.
  19. Hi all in my project i am using b2 evalution But the client require ment is user can create the groups .or join any of the groups in this blog.How it is possible please help me
  20. Set Cronjob in your server in this file execution time no out put display in your browser and set the time and every date in your server then only possible to automatically execution to this file.
  21. Any body help me it is very urgent
  22. if i open the note pad that is show as %PDF-1.5%âãÏÓ228 0 obj<</H[4556 1320]/Linearized 1/E 112283/L 155140/N 2/O 232/T 150532>>endobj xref228 2130000000016 00000 n0000005876 00000 n0000004556 00000 n0000005977 00000 n0000008543 00000 n0000008877 00000 n0000010127 00000 n0000010341 00000 n0000010577 00000 n0000010654 00000 n0000010805 00000 n0000011081 00000 n0000011296 00000 n0000011532 00000 n0000011683 00000 n0000011961 00000 n0000012176 00000 n0000012412 00000 nlike that how can i modify please help me
  23. anand.arjunan

    pdf problem

    I am having one pdf file this is like the following urlhttp://www.harpfinancial.com/MortgageForms/HUD-1.pdfin this pdf i want to change the dynamic in my project i get the values after i submit i need the above pdf file formet all the fields are want to fill Please help me.
  24. anand.arjunan

    help me

    Hi Slider Chech the line$sql="INSERT INTO username (username, pword, confirm, name, surname, Email)VALUES('$_Post[username]','$_Post[pword]','$_Post[confirm]','$_Post[name]','$_Post[surname]','$_Post')"You miss the ' in this line
  25. hi all i need a help for creating pdf file followin link like thathttp://www.harpfinancial.com/MortgageForms/HUD-1.pdflike that any simple way is possible or tool needed please help me urgent
×
×
  • Create New...