Current Page: 1 of 1
Results 1 - 8 of 8
17 years ago
Andre Rotband
Try to print your $query variable. mysql_select_db('item'); $query = "SELECT * FROM item WHERE ".$tipoProcura." LIKE '%".$termoProcura."%'"; print $query; $result = mysql_query($query); And try: $result = mysql_query($query) or die(mysql_error()); to see if your query have a error. Post Edited (11-03-06 21:02)
Forum: WampServer English
17 years ago
Andre Rotband
If you are using wampserver >= 1.6.4 look the menu of wampserver in tray to put online.
Forum: WampServer English
17 years ago
Andre Rotband
Hi. Is this computer in your lan or internet??? If is in your lan just put your ip address on browser. Dont´t forget put online your wampserver. Look the menu in tray. Good Work!!
Forum: WampServer English
17 years ago
Andre Rotband
Hi daniel, What service is not running??? Andre
Forum: WampServer English
17 years ago
Andre Rotband
Hi. In php5 you can´t do this. You need to use an array called $_POST (if you use Method POST in your form) or use $_GET (if you use Method GET in your form). Then: mysql_query("INSERT INTO example (name, surename,user_name,password) VALUES('$_POST', $_POST','$_POST','$_POST') " or die(mysql_error()); You can use this command to help you. print_r($_POST); This command is show all
Forum: WampServer English
17 years ago
Andre Rotband
Hi Friend, Your next step is make a file with extension .php and save it on folder c:\wamp\www. Then run a browser and call Example: <?php print phpinfo(); ?> Good Work!!
Forum: WampServer English
17 years ago
Andre Rotband
Verify your iis is not running... Apache don´t run with iis!!!
Forum: WampServer English
17 years ago
Andre Rotband
When we will receive the new update from wampserver with php 5.1.6?? Tank you!!
Forum: WampServer English
Current Page: 1 of 1