PHP
PHP is a computer scripting language, originally designed for producing dynamic web pages.
Application
Tools And Utilities
Remove
Platform
Any
License
Any
: I have a mySQL table that houses an address book. (fields : firstname, lastname, address, phone, etc)
:
: I have a PHP script that contains an HTML form.
: On the form is a lastname field. As...
use php function date() for that
http://php.net/date
: HI FRIENDS,
:
: please tell me how to print TODAY's date in page.
: i am updating my page daily.
: daily, i have to change the date...
Iframes should be fine in most browsers, you were probably reading an out of date page. I still don't recommend using them, especially if the content of the iframe could make scrolling necessary, but...
This message was edited by Neak at 2004-2-15 13:59:2
This message was edited by Neak at 2004-2-15 13:58:24
: I checked out iFrame it sounds like what I want to do but I read that it is only...
: Hello All,
:
: I'm trying to put together a script (in Perl) that will constantly monitor the serial port for input. If there is input, then I'd like it to capture that data and have it sent to...
hi can you give me an example of a program that i can make with php ....and how can i start with it??
: Hi,
:
: I have a TEXT field in an sql database, this was filled by a html multiline control with this:
:
: Line 1
: Line 2
: Line 3
: Line 4
:
: That text went in the sql text field,...
Hi,
I have a TEXT field in an sql database, this was filled by a html multiline control with this:
Line 1
Line 2
Line 3
Line 4
That text went in the sql text field, now in php when i...
Well, you can make a counter but collecting value should be passed to a server side script like ASP.
Number of clicks = 0
: Can't be done with Javascript. You need a server-side...
Hi,
: I'm going to make a web board game to play in a browser against
: different players. I will use PHP and MySQL on server, but I still
: don't know what technology to choose on the...
Now I gotcha.
You could use PHP, if your server is configured to allow it - just use on every page you want it, but you'll also have to rename it from .html to .php, unless you configure PHP to...
: : if you really want to write text on image with GD,you have to upload the ttf file to the server,normally in same path of the php script. ofcourse,html+css can also make a text-over-image effect....
: if you really want to write text on image with GD,you have to upload the ttf file to the server,normally in same path of the php script. ofcourse,html+css can also make a text-over-image effect.
:...
if you really want to write text on image with GD,you have to upload the ttf file to the server,normally in same path of the php script. ofcourse,html+css can also make a text-over-image effect.
Hmm... My script right now looks like this:
foreach ($exploded as $index)
{
$imagesize = getimagesize($index);
echo '  ';
$somenumber++;
if ($somenumber == "2")
{
echo'';...
: send a PHP variable to the popup..by $_SERVER?
:
Do you know how you would send a javascript variable to the new window? I want it to change the variable depending on which thumbnail you...
send a PHP variable to the popup..by $_SERVER?
This message was edited by Neak at 2003-12-6 15:4:12
Here's my code for my gallery:
foreach ($exploded as $index)
{
$imagesize = getimagesize($index);
echo '  ';
$somenumber++;...