Place specific image in html page when specific name is typed.
Hello,
Fairly new to PHP and was curious if someone might know how to solve a fairly simple r
Can't seem to capture a variable in a chained select
I'm *this* close to having a chained select running but for some reason it doesn't seem to be pickin
Mail functionality from localhost to server
Hi
I am facing problem of mail functionality.
When i tested mail functionality in my
RTF fomatting to email content
Im trying to sen an email with content is picked up from a rtf-file (file_get_contents('*.rtf'). Mai
Problem with PHP/mySQL login code
Hello,
There is an error in my login script and I can't figure out what it is...
I believe
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
error with opendir
when i do this
if ($handle = opendir($dir)) {
while (false !== ($file = readdir($han
Is there something wrong?
Hi all,
Just a quick question... can someone look at this code and see if something is wrong?
Cursor statement failed with errors
Following statement failed with the errors.
cursor proj_cursor1 is (select projectID from
Putting double spaces instead of single spaces
Im looking at trying to replace all single spacing between fields with double spacing
At pres