Session login issue
I'm wondering how to fix a problem I'm having with a session-based login system
Say I go to h
Need understanding of this bit of code
Code: <?php
// WHERE clause filters
$arrSQLFilters = array();
//
Redirect not working after making a POST/GET
Hi Everyone,
I am a novice in PHP. Here I have 2 pages, one page with a textbox and button an
Read from forum
Haven't written anything forever and I would like to get back.
What I'm trying to do is getting t
socket makes browser hang...
I have a socket server, and I am having a problem at the moment...
A browser sends a http hea
Form submissing with PHP and JQuery/Ajax
I have searched everywhere, but cannot find a solution for this... I have worked all day trying to g
I would like "for" to wait 5 sec
I would like my 'for' loop to wait 5 sec before second iteration.
for ($i=0; $i<10
Curl timeout breaks script
So im having difficulties with skipping timeout error in curl
my script calls different functions
How to set pass login name from htaccess to php
When the user logs into my members page via htaccess, I'd like to retain the username so that I can
Trouble checking SESSION cookie
I am trying to use $_SESSION cookies to verify admin privileges .
I don't understand why this is