Forum: PHP Sep 30th, 2008 |
| Replies: 9 Views: 613 77 fields is large number i think javascript is a must for client side validation and for server side use sessions (PHP) It should not take that much time to have sessions implemented on all 77... |
Forum: PHP Sep 30th, 2008 |
| Replies: 9 Views: 613 Their are various way to get this done...
1) User java script to validate the form .. this is for client side validation
2) use Ajax to validate the form and tell user what he has missed on that... |
Forum: PHP Sep 4th, 2008 |
| Replies: 4 Views: 857 then try using register_global = on |
Forum: PHP Sep 4th, 2008 |
| Replies: 4 Views: 857 Just use $_POST to get it work
$login = $_POST["login"];
$pass = $_POST["pass"];
I am sure you must be knowing this. Now in PHP.ini you have some option i dont remeber something like... |
Forum: PHP Jul 8th, 2008 |
| Replies: 1 Views: 436 We are creating one application in which we pick a form from other website and show it on our website. Once the user fills the form and clicks on submit data is submitted 3rd website. This... |
Forum: PHP Jun 21st, 2007 |
| Replies: 2 Views: 770 hey till
$results = mysql_query("SELECT * FROM `pics` WHERE username='".$username."' LIMIT 1") or die(mysql_error());
or
$results = mysql_query("SELECT * FROM `pics` WHERE... |
Forum: PHP Jun 21st, 2007 |
| Replies: 3 Views: 2,144 Got it....
Check on line 30
switch ($action) {
your switch "{" starts on line 30 and ends at line 82. So your switch ends on line 82 itself.
Where as on line 98/99 |
Forum: PHP May 29th, 2007 |
| Replies: 4 Views: 10,170 Thanks it worked for me i was looking for same. Just want to know if i have to search in XML what would be best way.
I know i can do search when i have all values in array in php. But i think to... |
Forum: PHP Jan 30th, 2007 |
| Replies: 6 Views: 1,792 Interesting!. I think we have to fix this issue in step by step manner.
First when you insert the values of your sign up form , try to print the sql statement. It will give you idea as whats... |
Forum: PHP Jan 6th, 2007 |
| Replies: 9 Views: 2,362 Hi,
I can surly help you in Joomla. I can even do customisation of Joomla dn work at its code elevel done couple of projects in jomla.
PM me if you need any help or if you are interested to... |
Forum: PHP Jan 11th, 2006 |
| Replies: 3 Views: 1,987 hey you can post the projects on bidfreelancers.com also its free and hopefully you may get the coder you are looking for.
-- sorry didnt meant to market my site. Just thought that it might help... |