Forum: PHP 4 Days Ago |
| Replies: 3 Views: 238 Heres a link (http://notan00b.com/2009/09/jquery-php-and-forms/) I found after googling your issue. Does use jquery though. But check it out, might be helpful |
Forum: PHP Oct 26th, 2009 |
| Replies: 15 Views: 4,157 Hi Nicky,
Would probably be better if you add to this thread or start a new one, so that the solution is freely available. |
Forum: PHP Oct 23rd, 2009 |
| Replies: 5 Views: 174 Are you able to print the array? |
Forum: PHP Oct 23rd, 2009 |
| Replies: 3 Views: 323 Hi Deon,
Thanks for your help. Ending up going with the following, that works quite well
// Get event arrays
$today = time();
$events =... |
Forum: PHP Oct 22nd, 2009 |
| Replies: 3 Views: 323 Hi, so im pulling arrays from facebook. But i would like to sort them.
Here is how the arrays look
Array
(
[0] => Array |
Forum: PHP Jul 10th, 2008 |
| Replies: 3 Views: 456 Thanks Nav,
I kinda get what you saying, let me give it a bash see how far I can get. |
Forum: PHP Jul 10th, 2008 |
| Replies: 3 Views: 456 Hi,
So I'm creating a website for clients that have tons of different courses available, they have opted to not place any course outlines within the site and instead, make the interested party... |
Forum: PHP Jun 23rd, 2008 |
| Replies: 3 Views: 482 Hi Roy,
Think this is by far the nicest script I have come across.
Pommo (http://pommo.org/Main_Page) |
Forum: PHP Jun 20th, 2007 |
| Replies: 3 Views: 8,286 Use the code below, edit all the red text with correct data.
<?php
$db_host = 'HOST';
$db_user = 'USER';
$db_pwd = 'PASS';
$database = 'DB';
$table = 'TABLE'; |
Forum: PHP Jun 20th, 2007 |
| Replies: 15 Views: 4,157 Nicky... If it's related to this thread. Post here. If nt start a new one. |
Forum: PHP Jun 19th, 2007 |
| Replies: 15 Views: 4,157 with easyphp you dont have to setup nothing. download, install, open application. [CLICK ON THE LITTLE TRAFFIC LIGHT]. If the light goes green your good to go.
In your browser, type in... |
Forum: PHP Jun 18th, 2007 |
| Replies: 15 Views: 4,157 Technically no. But he propably just didn't phrase the question right. |
Forum: PHP Jun 18th, 2007 |
| Replies: 6 Views: 4,278 Don't know if this will be any help. But i'd suggest using a inline frame to print the table onscreen.
Use this script to print the table
<?php
$db_host = 'HOST';
$db_user = 'USER';
$db_pwd... |
Forum: PHP Jun 18th, 2007 |
| Replies: 15 Views: 4,157 Yes this is possible. You can setup a server on localhost (127.0.0.1). Google easyPHP. If you need any more assistance with setting up the application. Give me a shout |