Re: [PHP] RE: is there way to pass an array( or variables) to another page without sessions or cookies?

2005-07-05 Thread sylikc
want to resolve. Example: yourpage.php ... if it encounters an error, send to errors.php?id=3 where 3 is your error # errors.php holds your $errors[] array which will use some switch/case or some other logic to resolve the error for the user. Is that what you were shooting for? /sylikc

Re: [PHP] Apache htpasswd

2005-07-05 Thread sylikc
if you're still having trouble, /sylikc -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Problem: mysqli class not found

2005-02-22 Thread sylikc
able to start up Apache, write a small script and put in ? phpinfo(); ? and run through the wealth of information that is displayed to make sure mysqli is installed as an extension. /sylikc -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] stripping text from a string

2004-10-29 Thread sylikc
'],'/'); $session_ID = substr($url_array['path'],$slash_pos+1); /sylikc -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php