Syntax Help
Code:
im having trouble with that code snipped
Parse error: syntax error, unexpec
BAPI BBP_INB_DELIVERY_CREATE - material number missing in delivery
Hi Experts,
I was able to successfully create an Inbound delivery with reference to a PO
$variable = $variable
Hello
Sorry if this is a really simple question but I have run out of ideas. Is there a reall
How to generate a random array of integers subject to a certain constraint
I am writing a program that asks the user to enter an integer N and then generates a random array of
passing data from one page to another
hey guys
i have the follwoing code to get information from one page and place on another:
AJAX form submit
I recently built a form that submits data to my database with an ajax function that is called throug
PHP/Database issue
My friend is helping me make a database where you go to a certain webpage of my site and the page wi
DELETE rows based on content
I have a link in my rows
$bit="http://bit.ly/abcd";
$query = mysql_query("D
SQL Injection
In my attempts to protect my database from mySQL injection I have created another problem for myself
what are '%S%', '%E%'
for example when i see Code: [Select]printf("Hello %srn", $name);
what does %s means