Set Categories
I am creating a submission form for somebody to come in and submit products. These products are sep
Include with Parameters
In a particular page I would like to include a file that requires $_GET parameters.
when I go
Sending an SMS Message with ASP.NET
Often times it may be a requirement for your web application to send an SMS message. Such examples w
mysql_real_escape_string making variable equal nothing
i post a form and i post the variable:
Code: $var = $_POST[variable];then i echo $var its what i
mysql UNION | warning mysql_fetch_array !!
Code: <?php
$i = 0;
$query1="SELECT * FROM `products` WHERE `div
Simple email form - Newbie
Hello all,
First time poster!
I've been asked to create a simple HTML form that submit
Must be a string? Huh, what? HELP?
with the following script, I get
Fatal error: Property name must be a string in /home/content/e/
Get keys and values from an array
Hellow,
I have an array $Data with keys and values. With a foreach I can display all the valu
want to add a break after a certain amount of characters
i was wondering how to add a break in a blog post after a certain amount of characters... any idea o
question about stripslashes and real_escape_string
im cleaning up an old app that I wrote fixing some of the vulernabilities from attacks.
I hav