Opening Multiple Files/Links in Order.
I want to open links in order/one-by-one and check each for a specific string.
Example:
I
PHP Array quick help
I need
$_SESSION{'username'} to be like this:
if $_SESSION['username'] = "gay
need help in dynamic select menu in php
hi i have created a dynamic select menu using php. i have a problem in that which is when the user s
login to other site by sending post variables
hey,
here is my problem: my school gave me a mail account for school-stuff use. they mail us
All possible combinations of Strings from table in PL/SQL
Hi,
I am trying to figure out how to build a list of all possible string combinations fro
Beginner question regarding Array's
Hi everyone, the page im working on has an array of variable at the top...
Code: $define_li
mysql query with single quotes in a variable
$sitedetails = "INSERT INTO vars (address, sitename, description, ownername, theme) VALUES ('$u
data type in column definition
Hi,
I create a table with column called "Direction of Travel code ".
The travel codes in t
PHP Upload issue
Hi guys,
I have stumble across an interesting issue with my script and is doing my head in.
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