| Thread | Last Post | Replies |
|
| XSD | 31 Dec 2005 17:07 GMT | 1 |
I am wondering if there are any scripts for PHP4 out there to verify an XML file against XSD. Thanks, luph
|
| Message box | 31 Dec 2005 15:20 GMT | 3 |
I want to do something like bringing up a message box in Java where after clicking OK the box disappears and processing continues. How do I do this in PHP? I want the processing after the message box to be conditional upon what was
|
| fopen() question | 31 Dec 2005 11:52 GMT | 3 |
hello, i just recently started getting permission errors when writing to a file that's been working fine for a couple weeks now. i have made no changes to the file or folder permission settings and i was wondering if anyone knew of any other factors that could cause these
|
| is there any XSLT php engines, that are pure php, no dlls? | 31 Dec 2005 01:02 GMT | 2 |
ive looked on the web for sablotron, expat and all that stuff, and since i need to set this up on various different servers , some of which i have no control over, so id like to know if there is any XSLT engine arround thats just php.
|
| how to loop thru this | 30 Dec 2005 23:11 GMT | 2 |
I want to treverse the following structure in PHP: Array ( [0] => stdClass Object
|
| How to tell if Mime type matches contents | 30 Dec 2005 22:49 GMT | 1 |
Before I write the script myself, I'm looking for PHP code that checks that a link's content type matches it's contents. I need this for my "broken link" checker script, which fails to spot the "broken" links http://www.awin1.com/show.php?mid=1014&linkid=36515&aid=49007 and
|
| How to generate a HTML email using " instead of ' | 30 Dec 2005 22:47 GMT | 10 |
I'd like to generate a HTML email with a PHP script. I do that with something like <?php $body = "<!DOCTYPE HTML PUBLIC '-//W3C//DTD HTML 4.01 Transitional//EN'>
|
| SQL Function works in 5.0, not 4.4.1 | 30 Dec 2005 22:42 GMT | 2 |
I have the following functions which work on my home server (IIS 5.0, PHP5.1, MySQL 5) but not on the production server (Linux Apache Zend, PHP 4.4.1, MySQL 4.1.13). From what I can see, I'm connecting to the database, but the sql passed to it is not working on the prod server.
|
| Newbie questions for the PHP5 experts in this ng | 30 Dec 2005 19:15 GMT | 5 |
I have just recently (~ 3wks) playing around with PHP. I come from an OOP background (mostly C++) so I have taken to PHP5 like a duck to water. However, I have a number of nagging questions that I have not yet manage to resolve (all the websites I have visited seem to assume I
|
| Global references to objects | 30 Dec 2005 17:56 GMT | 5 |
Suppose I instantiate an object $a and store it in a global array. Now, if I change a property of $a, the property in $a will have the new value, but the property in the global array will have the old one. Does anyone know workarounds?
|
| Listing objects | 30 Dec 2005 17:51 GMT | 8 |
Suppose we have a hierarchical class structure that looks something like this: Object |
|
| _COOKIE[] unique? | 30 Dec 2005 15:58 GMT | 4 |
I may be getting confused over nothing here but ... I was wondering if the _COOKIE global is unqiue to each visitor or is it global across all visitor sessions? If it is truly global on the server side, is it possible that a cookie from one user's session may
|
| Users/permissions/files - LAMP | 30 Dec 2005 15:19 GMT | 9 |
So I'm considering a small project that involves online file storage. Let's say I wanted to set up a site that allows people to log-on, create an account, and then have space to upload files. The problem I'm having concerns permissions, basically.
|
| filtype() Problems | 30 Dec 2005 13:26 GMT | 4 |
I wrote a simple script utilizing readdir() to read the contents of a directory, then of all subdirectories and thier contents and echo the filenames to the page. But, here is the problem. I'm also echo'ing filtype() to ensure only
|
| How can I show different style sheets according to user? | 30 Dec 2005 11:20 GMT | 8 |
I created a web site and want to see if it was possible to allow new users to choose between two skins at the time they register (maybe by a check box), can someone please explain if this is possible and maybe how I can do it using sessions?
|