Passing vars to the DB
I have 3 small testing tables:
ID TYPE
1 pepperoni
2 C. bacon
3 taco
ID TY
Page Reload
I am having issues getting a page to reload after I submit data to a database. This form should inp
Streaming local file from PHP while it’s been written to by a CURL process
I am creating a simple Proxy server for my website. Why I am not using mod_proxy and mod_cache is a
help finding hacking loopholes
i was attacked by a redirect php injection
my pc is clean of viruses
so i figure that
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
How to insert random unique values in 2 columns ?
I have table with 2 columns
Create Table code_for_code (
first_code varchar2(10) uni
Need help with basic sql
Hi,
I am using oracle 10g, and having some small doubts related to sql , here goes the si
a function to check directory depth
I'm working on a php script to upload files in to a set directory.
the user can select to upload
mysql UNION | warning mysql_fetch_array !!
Code: <?php
$i = 0;
$query1="SELECT * FROM `products` WHERE `div
How to return to a previous page after running a PHP script
I'm having a bit of a melt down here because I think this should be really easy but can't work it ou