On 8/3/05, George B <[EMAIL PROTECTED]> wrote:
> I am coding a message board. I am about done. I have all the forms
> needed for the message. So it all works out. The user types in his name,
> message title, and the message itself. Then clicks submit. The Submit
> button takes him to the message
On 7/13/05, Grosz, Steve (IPG IT) <[EMAIL PROTECTED]> wrote:
> Does anyone have a step by step, screenshots would be great, of how to
> install PHP 4.x on a Win2003 SP1 server?
>
> I've tried going through the install instructions on PHP.net's site for
> windows, but its still not working, so I th
>
> I think the Credit Card Industry using ceil() alot ;P
>
HAHAHAHAHAHAHAHAHAHAah.*sigh*
--
PHP rocks!
"Knowledge is Power. Power Corrupts. Go to school, become evil"
Disclaimer: Any disclaimer attached to this message may be ignored.
However, I must say that the ENTIRE co
On 5/31/05, Martin Zvarik <[EMAIL PROTECTED]> wrote:
> test dammit, doesnt work
>
>
it worksgmail doesn't show you your own posts
--
PHP rocks!
"Knowledge is Power. Power Corrupts. Go to school, become evil"
Disclaimer: Any disclaimer attached to this message may be ignored.
How
On 5/31/05, Joe Harman <[EMAIL PROTECTED]> wrote:
> Has anyone out there found a way to get information from a USB device
> running on their computer... what i am trying to do is retrive the
> fingerprint ID that the Microsoft USB fingerprint reader returns for a
> finger print and put it in a webp
On 5/30/05, Martin Zvarik <[EMAIL PROTECTED]> wrote:
> Hi,
>
> I saw files like "file.inc.php" and "file.inc"
>
> What is the *.inc suffix good for ?
>
> Thank you for replies.
>
> Martin
>
>
I think it means that the files were meant to be included...not called
by themselves. I'm just guess
On 5/31/05, Justin Hannus <[EMAIL PROTECTED]> wrote:
> testing
>
> --
> PHP General Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
>
>
What about it?
--
PHP rocks!
"Knowledge is Power. Power Corrupts. Go to school, become evil"
Disclaimer: Any disc
On 5/30/05, Robert Cummings <[EMAIL PROTECTED]> wrote:
> Sorry to hijack this thread but I was wondering how to make a script
> sleep for 5 seconds?
>
> Thanks most gratefully in advance from the bottom of my heart,
> Rob.
>
> --
> Disclaimer: This has been a weak attempt at jest. Only 2 cute and f
> I want to write a string to a variable and use $_POST or $_GET to retrieve
> it on another page.
>
> I keep gettting an undefined index errror. Can someone show me how this is
> done?
/*
How are you trying to accomplish this? Are you setting the $_GET in
the page code, or using a hidden form?
> But this code *still* does not destroy the cookie on the client side.
> Are you doing that somewhere else?
/*
Look in the user contributed notes in the session-destroy page. There
is a function to wipe out the session and has worked nicely for me!
http://www.php.net/session_destroy
*/
--
[EMAI
On 5/14/05, emre <[EMAIL PROTECTED]> wrote:
> i am not using apache 2.0
/*
Why aren't you? Apache 2.0 is your best bet. It really is the best
one available!
*/
> as i mentioned before i am using apache 1.3 which means that i dont have the
> oppurtunity to use phpnidir config parameter. since apac
On 5/9/05, Martín Marqués wrote:
> I have a text variable that contains "$" symbols, that when I pass it out PHP
> thinks that the "$" mean that a variable name comes right after.
/*
This is standard behavior, as far as I know. Are you using an IDE, or
just a standard text editor? Many IDEs will
On 5/8/05, George Pitcher <[EMAIL PROTECTED]> wrote:
> Hi guys,
>
> I'm doing something dumb but I can't see it.
>
> The basic premise is:
>
> sql search of orders sorted by customer
> set g_customer_id to ''
> loop through resultset
> if customer_id not same as last record's customer_id (g_cu
> How I can get the width and height of a swf file with php?
http://www.php.net/ming
--
[EMAIL PROTECTED]
PHP rocks!
"Knowledge is Power. Power Corrupts. Go to school, become evil"
Disclaimer: Any disclaimer attached to this message may be ignored.
However, I must say that the ENTIRE content
> I want a script that can display a list of all the websites currently
> hosted on my server.. (i have root access to the server)
>
> Say I have a page sitesonmyserver.php..it shud show a list of all the
> websites hosted on my server..eg:
> abc.com
> xyz.om
>
> And any additional info if possible
> I have an xml document storing some data I need. What I want to do is this:
> 1. Scan to the end of the file.
> 2. Find the closing tag.
> 3. Insert a new entry in before the closing tag.
There are specific classes and functions in the PHP core that can help
you do just this.
> I've tried:
> 1.
16 matches
Mail list logo