Problem with PHP code- simple contact form
I'm relativily new to PHP; I know HTML and CSS stuff but I have a problem- I have a contact form wit
New to mysqli library - Multiple query problem
Greetings,
I am writing a batch program that executes 3 queries on a single page. Using mysql
Match stored value with the current value in a loop
Hello,
I have a MySQL db were I store articles in.
I have a form to fill these article
Display a default image
I am trying to display generic image for items that don't have one, but I can't get it to display.
upload image name with extension using php
hi frds..
<input id="file1" type="file" name="file[]" &a
subtract 1 from value entered in text field
Hi
How do I subtract 1 from the vaue entered into a text field?
Thanks
Casting Decimals in Oracle
This code worked as a query in DB2, but I am not sure what the syntax is for casting decimals in Ora
Move array index to end
Hey guys,
Quick question:
I have an array that looks like this:
Code: [Select]$var =
Motivational Posters
Hello,
I wonder how can i do them in php. Are there any sample codes that you can show me?
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