Jump to content

another newbie question!


glens1234

Recommended Posts

Hi.

When i try to test my script search_translators.php nothing happens.

The script is pratically the same as a script i have been working on called index.php.

 

This is what i am typing in...

http://localhost:8889/search_translators.php

 

Therefore i can only conclude that i have to name the file index.php in order to test it. However, as mentioned i already have a script called index.php.

 

NOTE: I am running php/mysql etc using MAMP.

So how do i get around this?

 

Also, how do i use the LIKE operator with a variable, i.e

$query = "SELECT * FROM employees WHERE employees LIKE $lang_spoken%";

 

Thanks.

Link to comment
https://forums.phpfreaks.com/topic/92196-another-newbie-question/
Share on other sites

When i try to test my script search_translators.php nothing happens.

The script is pratically the same as a script i have been working on called index.php.

 

Therefore i can only conclude that i have to name the file index.php in order to test it.

 

That seems unlikely. More likely is that search_translators.php has an error in it.

 

Test it thus:

 

make a copy of the working index.php file

name the copy wombat.php

test wombat.php

 

If it works, then the search_translators.php isn't working because of an error, not because of its name.

 

If it doesn't work, there's more to index.php than you think.

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.