session variables not working anymore
hello,
i use sessions to handle authentication within my site. my host has been changing a lot of
returning data from an ssh2_exec()
here's what i got.
$conn = ssh2_connect($this->_host);
ssh2_auth_password($c
php form help
Hey,
I use a control file to set my meta tags and titles
Here's an example
Code: &a
Strange
I recently noticed some odd HTML appear in some of the websites I host. Not all of them are run on a
Why does my crawler script suddenly end with no error?
Hi.
I have written a web crawler script. It will visit a large number of URL's with cURL.
Get content from table into a list, without repeating.
Alright this is kinda an odd thing, so I need some help.
I have a table "quote" wit
Material Issuing for receiving batch
Dear All experts in MM/ PP,
Material issuing from main stores to factory is currently usi
Contents of variable not echoing
Hey guys, hopefully this is an easy one...
In this line, the variables are not echoing out. T
form variables from database help.
Hi all,
I would like to have a form that gives you options based on the results of an mysql q
mysqli_fetch_assoc returns multiple arrays, how to return a single array
Hello, I am using mysqli_fetch_assoc which is returning multiple rows, so it looks like:
Code