update 2 columns by doing inner 2-column query
Hi,
is something like this possible?
update contract_all set col1,col2 =
(
php/mysql problem
Hey all,
Problem: im trying to setup a shop where people can use a drop-down list to select t
Install page
How do I make it so when a user submits information on the Install page, it'll right it into the cor
Odd or Even
Inside of a while loop I need to echo several rows of info...easy enough.
In the loop (for th
Feed Maker
Hi all.
First of all I must say I am not a php developer so I am afraid I don't know much about i
PL/SQL: ORA-00947: not enough values error message
Hi all i am getting Error(25,63): PL/SQL: ORA-00947: not enough values error message when executing
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
add 20 000 to the rowcnt
Hi ...
I need to add 20 000 to the row count but just cant find a way to do this i am new to php
IIS on 2003 anon access disabled issue
I have an IIS server that belongs to a domain, and anonymous access is turned off for all my sites.
Google voice
I currently have a form in html, but I want it in php so the information is not in the source code.<