column name cancatenation within PL/SQL
I have a PLSQL store procedure, and the following statement is part of a subquery
fname||lnam
update the selected existing records of database
Hi frndz,
I am new to php and get stuck....
Edit.php > Update.php > Updatea
User input in to variable
Hi all,
I'm sure this is very easy but I'm having another brain freeze!
At the end of
need help in php variable
i have a php variable on one page
Code: [Select]$lastId = mysql_insert_id($db);
echo $lastId;<
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.
CURL XML Request [From C to PHP]
Hi,
I need some help converting this into something that will work with PHP.
Code: #
Optimize Code
Just started getting into the use of cookies. The following code will redirect users to a set URL s
Table sorting
Hi,
I'm trying to modify the following in order to make the output table sorted alphabeticall
Get content from table into a list, without repeating.
Alright this is kinda an odd thing, so I need some help.
I have a table "quote" wit
Rounding a number queried from a database
I know that to display a rounded number you just do echo "round($number)";. But how would