HTML Email rec'd as Source Code
The code does create and send the email successfully. However, the message shows as html code and n
mysq_num_rows
Hi,
I want to use:
Code: if(mysql_num_rows($ergebnis2)==2)
how can the value 2, be
First root of a number
Hi,
I can't find any function in php to give me the first root of a number.
Is there any
a very simple php header question (sorry!)
Firstly...I do apologise if this annoys anyone....a header error
I'm do not know php &
socket communication between c++/java and sending image
hi,
i have a class in c++ called win32_sockserver which creates socket to java. i am trying
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.
Please help understand this code
I noticed the index page on my site was modified this morning and found this code inserted at the bo
Update Database
Hi All,
I have a problem with this:
Code: [Select]<?php
session_start();
Force download script not handling files with spaces properly
I have a regular old php force download script, uses this code:
Code: header("Cache-Cont
Writing Windows Device Drivers with C
Yes: one of the nice features of C is void*. You can put anything there and get anything out. Very