Ive got 2 problems with a script of mine...
1.firstly my searchs in my mysql DB is case sesitive.
2.The second problem is that, im my script I define the number of results I want to display:
<?PHP define(ROWS, 10) ?>
This works fine under Apache Server, but as soon as I move it under IIS the following token error is passed:
Parse error: parse error, unexpected T_STRING in C:\Inetpub\wwwroot\website\test.php on line 32
If anyone can help I will appreciate it.
🙂 🙂 🙂