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
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.

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • 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.