| Thread | Last Post | Replies |
|
| Running a PHP script from another PHP script | 31 Jan 2009 20:38 GMT | 5 |
I have 10 small PHP scripts which I need to execute from one main PHP script. So, in other words, I want mainscript.php to execute 1.php, 2.php, 3.php, ... 10.php. What function can I use to do this?
|
| ZendX_JQuery | 31 Jan 2009 10:42 GMT | 2 |
I just started to try ZendX_JQuery as in the documentation, but not working :( Where I need to put the JQuery javascript library files. Thanks in advance.
|
| n00b question : scrape data with regular expression | 31 Jan 2009 02:31 GMT | 2 |
i try to scrape some data from webpage i have this what i want to scrap <li class="li_class"><span>Pages (53)</span></li> now i try to scrape number of pages ( in my case 53 ) without brackets
|
| Successful system call output going to error log | 31 Jan 2009 00:05 GMT | 2 |
I'm trying to use the php system call to validate an xml file that has been uploaded. I tried to print out the last line of output and found that I didn't get any. Here's my test script: <?php
|
| Php date in email | 30 Jan 2009 23:33 GMT | 2 |
Hi, how to get the current timestamp, php date in a generated html email? $date = "<?php echo date("d m Y : H:i:s", time())
|
| need about Joins | 30 Jan 2009 18:33 GMT | 2 |
Hi friends, I need about joins in mysql, if possible please provide me with examples. regards
|
| Please review BonzoBox.com, a PHP/MySQL, Web 2.0, AJAX Hybrid | 30 Jan 2009 18:07 GMT | 5 |
www.bonzobox.com is is a fusion of live bookmarks, email, and social networking that uses a hybrid of Web 2.0, AJAX, PHP/MYSQL, and Flash. It's goal is to become the default home page of our users. I recently joined BonzoBox.com and it is very cool. I setup my
|
| Can't get extensions working mac os x | 30 Jan 2009 17:54 GMT | 2 |
Howdy.. I can't seem to get my extensions to load on mac os x. - I'm running Mac OS X 10.5.6 - Here's the output from PEAR crosenmbp:extensions crosen$ pear -V
|
| Adsense ip identification | 30 Jan 2009 16:34 GMT | 14 |
I´m tying to identify a user ip, even when this user uses a proxy. Did anyone knows how to identify a user, like google does with google adsense? Thanks
|
| E-Commerce in Japan Questions | 30 Jan 2009 12:18 GMT | 1 |
I'm looking for a suitable group to post a question about shopping carts and payment gateways. While the shopping cart solutions will probably be in PHP, I would think there is a more appropriate group for such questions. Please let me know.
|
| dynamic input form | 30 Jan 2009 10:08 GMT | 2 |
I am looking for a ajax script to allow user adding or removing lines in an table. My current table actually contains 4 cell with 4 different input field, and 10 lines.
|
| Trouble With phpBB Script | 30 Jan 2009 08:22 GMT | 7 |
I've posted the following to a couple of phpBB modders forums but have gotten no replies so am also posting here. I've written the script http://sdudley.com/CSVImport.doc using phpBB's DBAL and framework (to the best of my currently limited understanding).
|
| Comment forms and spamming | 30 Jan 2009 05:43 GMT | 5 |
I've created a form on a web site that asks for users comments. I am not asking anyone to register or login but I do ask them for an email address which is then checked for existence. After a few weeks I noticed lots of bogus advertising/spam comments from bogus Ids.
|
| Send double set of emails from form | 29 Jan 2009 21:40 GMT | 2 |
from my registration form I send data to mysql and simultanously sends an email with the form dato to recipents. This script is forwardig against another mail sending script and this one is supposed to get three variables from the former page and include them in an email and
|
| Session data as "to" in email | 29 Jan 2009 21:39 GMT | 1 |
Any eagle who's capable of seeing WHY this script does not send email? <?php session_start(); $sendto = $_SESSION['email_submitted'];
|