Passing PHP variables from one page to another
Hello-
I'm having trouble figuring out how to transport a variable from one php file to anoth
Backflush
I am looking for a report in SAP that would give me a list of all parts that are populated with a ba
ctype() validation - allowing illegal characters
Hello,
I use ctype() to filter and validate a user form. However, I am trying to allow certain c
how to query data from website using VC?
I want to query some datum from a website,so I need a program to read data from a .csv file, and ass
Record count of entire database
Does anyone know if there is a way to obtain the number of records in each table of the database usi
Only add new information from XML to MySQL
What I am doing, is taking a xml file, and adding the values to a database. However, what I want to
LIMIT $start, 10... how to pass last value queried into next page with GET??
Ok I know how to display the first or last 10 results of a query...
$result = mysql_query(&q
Finding digits in variable containing text, and IDing them
$romanstock = "http://www.remoteprice.com/data.asp?storeid=123&itemcode=456&typ
How to file_get_contents when login required?
Hello!
I am trying to read data from a page that you have to be logged into to view, I am try
Calling strings from other php class
I have test1.php{
$string1;
$string2;
....
... //10 strings in this class <