PHP
PHP is a computer scripting language, originally designed for producing dynamic web pages.
Forum Post

Re: Autocomplete text box

: 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...
Forum Post

Re: HOW TO DETECT CURRENT DATE

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...
Forum Post

Re: A page inside another page.

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...
Forum Post

Re: A page inside another page.

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...
Forum Post

Re: Need Help With Serial Port

: 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...
Forum Post

hi can you give me an .....

hi can you give me an example of a program that i can make with php ....and how can i start with it??
Forum Post

Re: SQL - TEXT Varible outputing correctly

: 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,...
Forum Post

SQL - TEXT Varible outputing correctly

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...
Forum Post

Re: Counting clicks on a button

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...
Forum Post

Re: Internet board game technology?

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...
Forum Post

Re: portal menus

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...
Forum Post

Re: text on image

: : 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....
Forum Post

Re: text on image

: 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. :...
Forum Post

Re: text on image

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.
Forum Post

Re: Thought I'd make use of this thread...

Hmm... My script right now looks like this: foreach ($exploded as $index) { $imagesize = getimagesize($index); echo '&nbsp&nbsp'; $somenumber++; if ($somenumber == "2") { echo'';...
Forum Post

Re: Thought I'd make use of this thread...

: 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...
Forum Post

Re: Thought I'd make use of this thread...

send a PHP variable to the popup..by $_SERVER?
Forum Post

Thought I'd make use of this thread...

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 '&nbsp&nbsp'; $somenumber++;...
Forum Post
Forum Post
 

Recent Jobs

Official Programmer's Heaven Blogs
Web Hosting | Browser and Social Games | Gadgets

Popular resources on Programmersheaven.com
Assembly | Basic | C | C# | C++ | Delphi | Flash | Java | JavaScript | Pascal | Perl | PHP | Python | Ruby | Visual Basic
© Copyright 2011 Programmersheaven.com - All rights reserved.
Reproduction in whole or in part, in any form or medium without express written permission is prohibited.
Violators of this policy may be subject to legal action. Please read our Terms Of Use and Privacy Statement for more information.
Operated by CommunityHeaven, a BootstrapLabs company.