Search found 3 matches

by Optimaximal
Thu May 04, 2006 12:20 pm
Forum: PHP - Code
Topic: PHP equivalent of a JavaScript command.
Replies: 2
Views: 208

Thank you :)
by Optimaximal
Thu May 04, 2006 11:40 am
Forum: PHP - Code
Topic: PHP equivalent of a JavaScript command.
Replies: 2
Views: 208

PHP equivalent of a JavaScript command.

Hi all, new here :) I have a javascript function designed to search a string returned by a PHP chatbot (response) for a specific value before stopping and then outputting everything that came before it (i.e. say the string was 'Hello how are you' and it was told to look for 'are' then it would outpu...
by Optimaximal
Thu May 04, 2006 11:33 am
Forum: PHP - Code
Topic: $_SESSION variables do not work.
Replies: 4
Views: 730

try removing the comment before session_start();... Has caused problems for me in the past...