[PHP-DB] Need Help with PHP Mails

2011-04-04 Thread Guru
on the submit button the data from this form should directly comes to my email. I tried mail function but not working for me. I just need these 3 fields in my mail. Please help me with this. -- *Best, * *Guru™*

[PHP-DB] Re: [PHP-WIN] Need Help with PHP Mails

2011-04-04 Thread Guru
Hi Richard, I am using simple PHP mail function but, I am unable to send an email to myself. What I want is when the user click on submit button I should get an email with the form data. 2011/4/4 Richard Quadling rquadl...@gmail.com 2011/4/4 Guru™ nagendra802...@gmail.com: Hi All, I

[PHP-DB] Re: [PHP-WIN] Need Help with PHP Mails

2011-04-04 Thread Guru
/4/4 Guru™ nagendra802...@gmail.com: Hi Richard, I am using simple PHP mail function but, I am unable to send an email to myself. What I want is when the user click on submit button I should get an email with the form data. 2011/4/4 Richard Quadling rquadl...@gmail.com 2011/4/4

Re: [PHP-DB] Need Help with PHP Mails

2011-04-04 Thread Guru
Hi Will, Below is my final PHP code, and its working now. However this is just a small piece of the form that I have created. In my original form I have more then 50 fields and variables. Now I am not sure how to expand this code having all 50 fields. Can the mail function will take that much

Re: [PHP-DB] Converting from PHP4 to php5

2011-06-01 Thread Guru
I am not a master but as per my knowledge your software which is in PHP4 should work properly in PHP5 too. -- *Best, * *Guru™*

Re: [PHP-DB] Converting from PHP4 to php5

2011-06-02 Thread Guru
Richard I are waiting for an answer from someone..??? -- *Best, * *Guru™*

Re: [PHP-DB] radio form submission

2011-06-24 Thread Guru
in the database ?? -- *Best, * *Guru™*

[PHP-DB] Need Help with Search Engine

2011-06-28 Thread Guru
will I ignore these words and take just the main words? Please help me. -- *Best, * *Guru™*

[PHP-DB] What is wrong with this code??

2011-06-29 Thread Guru
=$x'$i/a ; else echo a href='search.php?search=$searchstart=$x'b$i/b/a ; $i++; } */ // next button if(!($start=$record_count-$per_page)) echo a href='search.php?search=$searchstart=$next'Next/a ; } } } ? -- *Best, * *Guru™*

[PHP-DB] A question about mysql

2011-06-30 Thread Guru
fields called $name1 and $name2. Now when 1st user input the data it goes to $name1 and then when the second user input the data it should check if the $name2 is NULL and if yes then the data goes to $name2 otherwise it should again start with $name1. -- *Best, * *Guru™*

[PHP-DB] Eliminate the short search term

2011-07-05 Thread Guru
like on, at, in etc and just search for books and computers. Please help me. -- *Best, * *Guru™*

[PHP-DB] Need help with updating existing mysql records with something else

2011-11-10 Thread Guru
with the calculated one $res. Let say initially the value of $mwool40_totqty is 50. and after calculation its value became 40, then the code should edit/alter/update the value in mysql table with integer 40. Please help me with this. -- *Best, * *Guru™*

Re: [PHP-DB] Re: Code Security

2015-02-13 Thread Guru
Put a redirect code in www folder to your index page. On Feb 13, 2015 10:55 PM, Karl DeSaulniers k...@designdrumm.com wrote: Set up a password or a salt that Mr. Nice has to call you to get and expires on logout. Lol Best, Karl Sent from losPhone On Feb 13, 2015, at 8:47 AM,

[PHP-DB] Need Help with 2 MYSQL Table

2015-04-24 Thread Guru
Hi All, Hope everyone is doing well. I need some help regarding a project. I have a huge list of customers in a ledger in a mysql table (Table A). And in another table I have their names and their ID number (Table B). What I want is when I click on a customer name from Table A, I want php to

[PHP-DB] Input Mathematical symbol in HTML textbox

2015-05-07 Thread Guru
Hi All, I need help with a tool I am developing for my client. What I want is, how can I type X^2 square or M Cube (M^3) in html text box. Is there any method I can follow. Also it should store in mysql database in same format. If I echo out the same variable it should print the same format.