| Thread | Last Post | Replies |
|
| PHP Multi-threading | 31 Mar 2008 23:20 GMT | 7 |
As multi-threading is not built in PHP I've been using a hack letting the Apache server handle the multi-threading issues, but I'm really curious of other approaches to this issue. If anyone has any ideas I'd be more than glad to hear them up and
|
| Backtick call appends extra space | 31 Mar 2008 22:13 GMT | 2 |
Look at the following code: <?php $year = `date + %Y`;
|
| MIME file and gd | 31 Mar 2008 21:36 GMT | 5 |
Hello group, I'm uploading some image files such as jpeg, png and gif. However, I must convert time to jpeg type. I have few questions: 1) Can I convert time in using gd library?
|
| stf, what happened to comp.lang.php, too much crap!!! | 31 Mar 2008 19:39 GMT | 3 |
too much spam, it didn't use to be this way? what happened??
|
| resize image not work in Firefox | 31 Mar 2008 19:25 GMT | 3 |
I have this script for resize many differents images on a php page in the page miniature.php: <?php $maxx = "75";
|
| zend studio trial version cd | 31 Mar 2008 18:58 GMT | 1 |
i want practice on zend studio for web developing therefor i want zend studio IDE.If anyone having this great studio.plz send cd format. i will pay for postal,cd and ur affort.plz send ur amount and details address.plz help me because i failure download because of
|
| simple error reporting question | 31 Mar 2008 17:24 GMT | 14 |
I have set: error_reporting = E_ALL & E_WARNING | E_STRICT display_error = ON This should send errors and warnings to stdout.
|
| Is there a difference between Zend Extension and PHP Extensions | 31 Mar 2008 17:07 GMT | 1 |
Is there a difference between Zend Extension and PHP Extensions In php.ini For Mysql we have
|
| Simple question on arrays and sql | 31 Mar 2008 16:41 GMT | 2 |
Given that I have a 2D array in php, is there a sql syntax to insert the entire array at once? For example if I retrieve a set of data from one table in the database with keys A, B and C, and suppose there are 100 records, and I build an
|
| question about select tag in php | 31 Mar 2008 14:41 GMT | 2 |
i have two select tags as part of a registration form, city1 city2 where city1 has a list of regions and similar for city2 there are different regions for city1 and city2 so instead of all the regions appearing one after the other i would like to create a blank
|
| Character Entity References | 31 Mar 2008 11:11 GMT | 2 |
We had a consultant write some PHP software for us which in most respects is working, but we have one issue we are having trouble comprehending. If the following company name "Jones & Jones" were entered into this
|
| Character Entity References | 31 Mar 2008 10:38 GMT | 12 |
We had a consultant write some PHP software for us which in most respects is working, but we have one issue we are having trouble comprehending. If the following company name "Jones & Jones" were entered into this
|
| Problem installing SVN PHP extension via PEAR in Mac OS | 31 Mar 2008 10:06 GMT | 1 |
1. I'm a PHP newbie looking for some help with the SVN PHP extension. I installed the SVN extension in Mac OS 10.5 (Leopard) using the PEAR command line. 2. Whenever I ran the following code:
|
| PHP file 'Hello.php" is not writing anything when run through IE 6.0.2 | 31 Mar 2008 08:25 GMT | 14 |
Out there, anybody could help tell me what could be the reason that my php scripting is not giving output in IE6. Which I'm trying from my webserver itself, having IIS 5 on W2k Advanced server. I have updated registry HKLM\SOFTWARE\PHP with Per se directory with
|
| RSS Feed Creation Question | 31 Mar 2008 06:41 GMT | 5 |
I have a RSS.php file that creates my feed everything validates except the description tag. $summary = htmlentities(strip_tags($line['summary'],ENT_QUOTES),ENT_QUOTES);
|