|
First
|
Prev |
Next
|
Last
Pages: 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110
simplexml Hi I'm using simplexml to create some xml files. Here's a stripped example, how can I get this to work? Tried millions different ways still no joy. <?php header("Content-type: text/xml"); $xml = simplexml_load_string('<root></root>'); $root = $xml->addChild('tests'); $root->addChil... 10 Jul 2008 14:28
cookie encoding/decoding I have a situation where a cookie is being set elsewhere on a site by ASP.NET, and I want to read it in my PHP. However, when getting a cookie in PHP, it does an automatic urldecode (or some kind of decoding). Since the cookie is entered in its pure form, with no encoding, on the ASP.NET side, PHP is actually con... 11 Jul 2008 15:06
phpmyadmin I would like to use this time phpmyadmin (2.11.3) to setup for a new user a database, which he can use to setup his own tables for his web site. User abc should get his own database xyz. I am not sure if I did it correct, and if it is safe to do so: A == 1. I created an empty database xyz (main page of phpm... 10 Jul 2008 11:21
PHP and Modbus Hi List, Has anyone on this list had any application experience of polling Modbus devices with PHP? Thanks ... 10 Jul 2008 10:19
Error handling, apache and ErrorDocument Hi, I'm having trouble with a framework I'm developing, apparently when a non-catchable error occurs (E_ERROR, E_PARSE, E_CORE_ERROR, E_CORE_WARNING, E_COMPILE_ERROR, E_COMPILE_WARNING types) not only I can't fire up my error handling function, I can't even display the static html page I set with the ErrorDocum... 10 Jul 2008 07:14
AW: [PHP] scalable web gallery >> in 1 year, there going to be more than 1000 photo uploaded or more. That isnt really much. A directory can held much more than a few thousand files. They use more than one Server because 1 Server can't handle the load. The dont do that because of limited File system. But the file system may get slower i... 10 Jul 2008 04:09
scalable web gallery i am planning to create a web photo gallery. i know there is a lot available out there, but i really want to create my own. the problem is not about creating the photo gallery. i want it to be scalable. the plan is saving the image metadata in the database and keep the original files in a folder. while it work... 12 Jul 2008 15:37
Pear DB Hi Folks, I have just successfully lobbied for the company I work for to use PHP/MySQL for our next website. My Question is regarding DB abstraction .. I know there is a Pear DB module, is this the best to use ? I have a vague memory of reading somewhere that there is a newer lib or something which is con... 10 Jul 2008 04:09
can any one help me on this Warning:session_start():Canot send session cache limiter - headers already sent help me i dont understand this warning... but the program still works... thanks in advance... ... 10 Jul 2008 00:00
Logic sought Hi gang: Here's the logic problem. First the site: http://php1.net/b/zip-files/ Now, the site works well enough. The user selects what they want, clicks Submit, the order is assembled in zip file and presented to the user for downloading. However, as it stands now, before the script assembles the tes... 10 Jul 2008 06:12 |