tdocs", seems to be a choice made by the
people who created the different control panels for mantaining apache servers
that are set up to do virtual hosting.
On of apaches .conf files has all the virtual document roots, and apache really
doesn't care what the paths and directories are. (Subject again to
permissioons!)
Stephen
I can't find one.
Thanks
Stephen
"Vo, Lance" <[EMAIL PROTECTED]> wrote:str-replace?
http://us.php.net/manual/en/function.str-replace.php
I am hoping for something that checks for matching open and closing markup,
and will leave < and > unchanged, otherwise.
And also a function to convert back.
Thanks
Stephen
a split pot :)
Not too hard to program right?
Tijnema
You need to add logic to ensure that the same card is not dealt twice!
An initial routine to shuffle the deck is the approach that I would take.
Stephen
do with choosing good and
knowledgeable business partners who will provide good interfaces and busines
practices.
Validate all data from users. Assume it is bogus unless it passes all
validation tests.
Don't assume POSTs come from your HTML forms.
Don't assume the character set.
Good luck
Stephen
Vanessa Vega wrote:
Good day to all!
I would like to ask for some help with creating automatically thumbnail
pictures using PHP..
thanks in advance!
vanessa vega
Have a look at:
http://www.sitepoint.com/article/php-gallery-system-minutes
Stephen
--
PHP General Mailing List (http
reinventing the wheel here. Why?
There are a number of open source PHP message board
scripts. Check those out, even if just to learn as
examples.
Stephen
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
a case
statement somehow to direct to the function.
Thanks!
Stephen
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
I am switching to PDO and can't find an equivalent to mysql_num_rows.
Am I missing something silly?
Or is there a change of thinking needed for PDO?
How should I determine how many rows a query returned?
Thanks
Stephen
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe,
et the column offsets only, without the column names I would be
very happy.
Stephen
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Bastien Koert wrote:
On Sun, Jul 13, 2008 at 10:30 AM, Stephen <[EMAIL PROTECTED]> wrote:
Kevin Waterson wrote:
I am switching to PDO and can't find an equivalent to mysql_num_rows.
Am I missing something silly?
Or is there a change of thinking needed for PDO?
H
quot;order_payment_last_name" => "Williams"));
echo('');
print_r($array);
echo('');
My question is I want to remove duplicate order numbers in other words ditch
*one* of the Mike Smith rows there's a duplicate order number there.
And I need to do it in either a for/foreach loop. Somehow there's got to be
a simple way to check and only output non duplicate order numbers while I'm
looping thru the data. Any help would be greatly appreciated.
It looks like the array is sorted.
In pseudo code
for i = 2 to n
if x[1].order = x[i-1].order then
unlink x[i-1]
Stephen
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
t;not supported" things.
So I am asking for any advise.
Thanks
Stephen
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
mySQL
functions.
PDO is better at handling demanding SQL activity.
Stephen
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
.
Execute periodically.
Stephen
Richard Kurth wrote:
I want to limit these script two send 100 email and then pause for a
few seconds and then send another 100 emails and repeat this tell it
has sent all the emails that are dated for today. This script is runs
by cron so it is running in the backgro
, is there any reason to use single quotes?
Stephen
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Dave M G wrote:
PHP List,
I found this solution after a web search. I can't attribute the author,
but would like to if I could.
I have a routine like this:
if (isset($_POST['choice'])) {
if (get_magic_quotes_gpc() ){
stripslashes_arrays( $_POST );
}
$choice = $_POST['choice'];
}
else {
$cho
use a while loop to display the total hours
for the day which works perfectly, now though, they want it to total
for the week...
Consider adding a column for the total hours and calculate it when
saving the record.
It should make everything that follows easier.
Stephen
--
PHP General Mailing
One way
> would be a "static" changes table:
Another way is to never change a record, but to add new ones. You also need to
add an effectivity date field.
Stephen
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
> On a php web page I want to generate a random number
> between say 1 and 10
> and then use that number to reference a particular file in
> an include tag.
>
>
>
> Is there an easy way to do this?
Get the time and use the last digit converting 0 to 10.
Stephen
--
www.weisd.com/store2/WINHD-9022.php
Computer functions to generate random numbers are not designed to do what their
name suggests.
Software testing requires repeatability, and this includes random number
generation.
Without knowing how PHP seeds the generator it is difficult to predict what it
[1]: *** [sapi/apache2handler/mod_php5.lo] Error 1
make[1]: Leaving directory `/usr/src/php/php5-5.0.0/apache2-build'
make: *** [build-apache2-stamp] Error 2
Thanks
Stephen
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
is,
and whether this behaviour is a bug or intentional change in
php-4.3.0pre2.
Thanks,
Stephen
Stephen Grier wrote:
>
> An application I am developing contains something like the following:
>
> $this->socket = fsockopen($server, $port, $errnum, $errstr, "60&qu
Anyone know what causes this error?
Warning: mail ()[function.mail]: Failed to receive
Can it not find the mail server?
On a side note, is there a PHP resource on the net that will listed error
messages and their possible causes?
Thanks,
Steve
--
PHP General Mailing List (http://www.php.ne
Thanks, the server was relaying, but it turned out to be the firewall that
was rejecting the request.
Now I have a new problem thought, my mail () command will send the mail (and
I receive it) but it will just hang there and eventually return this:
Fatal error: Maximum execution time of 30 second
Hey guys,
Thanks in advance for your help.
I'm working on emailing the contents of a form using php. It worked fine,
until I turned global_variables off in an attempt to secure the form (I
still have yet to write the data validation part).
Anyway, I have an IF statement that fires depending on
;] == "formmail")
>
> instead of your line.
>
>
>
> Thomas
>
> On Wed, 22 Jan 2003 09:47:46 -0500 [EMAIL PROTECTED] (Stephen Goehler)
wrote:
>
> > Hey guys,
> >
> > Thanks in advance for your help.
> >
> > I'm working on ema
Now it gets more confusing.I added:
print '';
print_r($_POST);
print '';
to my form and the variables are displayed properly, but only generate
errors when I try to add it to fputs().any ideas?
"Stephen Goehler" <[EMAIL PROTECTED]> wrot
:
>
> fputs($fd, "From: ".$_POST['name']." <".$_POST['email'].">\n");
>
> Don't ask arrays directly in a string.
>
>
>
>
> Thomas
>
>
> On Wed, 22 Jan 2003 11:15:35 -0500 [EMAIL PROTECTED] (Stephen Goehler)
wrot
Got a problem. For some reason, when I try to view a PHP file on my server, it wants
to download the file rather then open and execute. I have no control over my server so
what should I do?
Here's a sample URL:
http://d2mods.xfernet.com/filecenter/team.php
Please help! I'm not sending any head
t; <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Saturday, February 08, 2003 1:51 PM
Subject: Re: [PHP] Downloading File rather then Executing
> On Sunday 09 February 2003 02:46, Stephen Craton wrote:
>
> > Got a problem. For some reason, when I try to view a PHP
st' (Using password: YES)
My code is as follows:
Unable to connect to database. Error as
follows:'.mysql_error();
}
?>
Does anyone have a clue as to why this happens and how to fix it? I'll need
to know how to fix this for future users as well. Thanks in advanced.
st' (Using password: YES)
My code is as follows:
Unable to connect to database. Error as
follows:'.mysql_error();
}
?>
Does anyone have a clue as to why this happens and how to fix it? I'll need
to know how to fix this for future users as well. Thanks in advanced.
I'm not sure how except through shell which isn't enabled. Even if I didn't
reload it, why would the username work but the password not?
- Original Message -
From: "John Nichel" <[EMAIL PROTECTED]>
To: "Stephen Craton" <[EMAIL PROTECTED]>
message
> would be sent if the user didn't exist at all!
>
>
> Thomas
>
>
> On Sun, 9 Feb 2003 12:40:12 -0500 [EMAIL PROTECTED] (Stephen Craton)
wrote:
>
> > I'm not sure how except through shell which isn't enabled. Even if I
didn't
> > re
Got a quick and easy question that I'm not sure about. What I need to do is
calculate how long someone has been in a chatroom, then update a members
table to add some "money" to their account. Something like this:
For every hour they're in the chatroom: 5 cents
Thanks,
Try:
$today = strtotime ("1 february 2003");
$enddate = strtotime ("2 february 2003");
$diff = $enddate - $today;
Should give you a clue!
SW
"Qt" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> Dear Kevin,
>
> I used timestamp allready as following;
>
> $tod
(1st Feb 2003):
$mydate = mktime(0,0,0,2,1,2003);
SW
"Qt" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> Dear Stephen,
>
> Good clue!!
>
> Is it working allways without problem such as 29 feb?
>
> And one more
Yes, you can call your function with these arguments, but in this case of
course the defaults will not be used because you have supplied arguments.
SW
"Neko" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> Hey All,
>
> I've been trying to write a function that
why I'm
getting all this! Please help ASAP! Thanks in advance!
Thanks,
Stephen Craton
http://www.melchior.us
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
why I'm
getting all this! Please help ASAP! Thanks in advance!
Thanks,
Stephen Craton
http://www.melchior.us
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Thanks for the replies, it turns out, for some reason, that the variables
were empty after they were supposedly assigned for the values in a MySQL
table. I fixed the problem so it's all resloved.
Sorry for the delayed time in my replies, my email was down all night.
Thanks,
Stephen Craton
ry, again, if this is spam but I did want to inform you about this
script...
Thanks,
Stephen Craton
http://www.melchior.us
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
It may do some good to give you the URL to the website, won't it? Sorry...
http://piw.melchior.us
Thanks,
Stephen Craton
http://www.melchior.us
- Original Message -
From: "Stephen Craton" <[EMAIL PROTECTED]>
To: "PHP List" <[EMAIL PROTECTED]>
Se
#x27;t see for sake of
keeping them NOT confused. After it's written, these values are used
throughout your script. Since most people keep a seperate config file
anyway, it should just plugin to your script easily. In the pro version I'll
be supporting classes and such.
Thanks,
On this site, www.roempire.com, which we host, they are having problems with too many
connections. I think that someone messed with the GRANT option. How can we reverse
this and allow unlimited connections per site? Or is this a problem with the script?
Thanks,
Stephen Craton
http
How can I display the script file name? Presumably something like-:
While I'm learning php and developing various Web page versions, I want to
be sure the that the display is from the appropriate script.
Regards
Stephen Ford, Surrey, UK
--
PHP General Mailing List (http://www.php.net
Thanks
I'll post back with results.
Stephen
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
quot;;
echo "Line #2";
echo "Line #3";
echo "Line #4 ".' '.$_SERVER['SCRIPT_NAME'].' '.
$_SERVER['SCRIPT_FILENAME'].' '.
$_SERVER['PHP_SELF']."";
echo "Line #5";
echo "L
I've checked up on strings, and it seems like the quoting is like the Korn
shell.
You can see below that I found basename() which works fine with __FILE__,
but $_SERVER['PHP_SELF'] etc print nothing. Any ideas?
Stephen
=PHP==
$_SERVER[\'PHP_SELF\']= '.$
By including "\n" the html source looks like this, which is fine. I'll RTFM
about $_SERVER and post back if in trouble.
Thanks for help.
Stephen
$_SERVER['PHP_SELF']=
$_SERVER['SCRIPT_NAME'] (etc)=
__FILE__=/path/sfindex03.php
$SCRIPT_FILENAME=/path/s
l you the ssh account settings once you reply.
Thanks,
Stephen Craton
http://www.melchior.us
we'll loose all the old databases and I'm not sure how to export
the tables to a file in ssh.
Any help here would be most obliging and I need a reply rather urgently in
order to allow my hosted sites access to phpMyAdmin once again...
Thanks,
Stephen Craton
http://www.melchior.us
--
UID/GID, which is supposed to be prohibited in safe_mode. If I
switch back to php-4.2.3, I get safe_mode restrictions as expected.
get_ini('safe_mode') shows that safe_mode is correctly enabled for
php-4.3.1.
Am I missing something with php-4.3.1, or should I stick with php-4.2.3?
--
good
promise last year, but I haven't investigated them much since.
Depending on your project requirements, it is possible to find a web host that
has pdflib capabilities.
Stephen
On Wednesday 16 July 2003 20:48, Justin French wrote:
> On Thursday, July 17, 2003, at 11:38 AM, Louie
Hi all.
I was wondering anyone had heard any issues regarding mcrypt Blowfish
encryption and Chilcat??
I presently have a system with a server implemented in php using
mcrypt-2.4.x and clients who interact with it sending and receiving blowfish
encrypted data. I am unable to touch the clients but
Cheers Jay, but Ive seen this already, i'ts the wrong way round!!
Steve.
"Jay Blanchard" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
[snip]
This is using COM in php scripts, I want to create a com obj (or
anything
really) that was written in php and use it in a .NET app
[/snip]
O
Hi,
I'm looking for a product that will help me create a documentation
system. I'd like to be able to post individual articles on an intranet,
and have user's create comments on the articles that become part of the
article. And editor could then review the comments and add to the
article where app
if the user roles are not very powerful in the open version -
> basically you will have what you want.
>
> http://www.interakt.ro/products/KompleteLite/
>
> Alexandru
>
> --
> Alexandru COSTIN
> Chief Operating Officer
> http://www.interakt.ro/
>
gt; and associate forums on them.
> >>
> >> Even if the user roles are not very powerful in the open version -
> >> basically you will have what you want.
> >>
> >> http://www.interakt.ro/products/KompleteLite/
> >>
> >>
This is using COM in php scripts, I want to create a com obj (or anything
really) that was written in php and use it in a .NET app
"Jay Blanchard" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
[snip]
Does anyone know if ti is possible or not to create a com object from
php??
[/snip]
27;s so that it would read this: 2, 5, 4, 6, 8 instead. I'm really clueless
as to how to do this, any ideas?
Thanks,
Stephen Craton
Haha, thanks. I was looking at array functions earlier but didn't think to
look at it since it seemed like something completely different. Oh well,
thanks!
Thanks,
Stephen Craton
- Original Message -
From: "John W. Holmes" <[EMAIL PROTECTED]>
To: "Stephen Crat
When accessing a page called "Create Users", it checks that the user
doing just that is properly logged in--this is part of the admin section
of the site, not the public end. If not, it sends one to a page created
by "login.php". There one is met by instructions to type in a username
and passwo
Hi,
Can anyone tell me what this does ${varname}
I cant find any information as to what the braces do.
Cheers
Steve
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
You can print from PHP !
The scrip below will print a bmp.
It requires you to enable php_printer.dll in your php.ini file
The printer handle must be the same, as the shown printer name, in the
printers folder (win)
For more info look here :- http://uk.php.net/manual/en/ref.printer.php
If yo
Hi Folks,
Anyone know if you can use operators in a switch function? eg.
switch ($category){
case "FFS" || "FHG" || "FRG":
$soldID = "SFFS";
break;
case "DPT" || "DL" || "DF" || "DI" || "DO":
$soldID = "SDPT";
break;
}
Cheers
--
PHP Gene
Has anyone used this and found it helpful?
For dynamically generated pages, yes, but is there any advantage for static pages that
happen to be PHP?
>From a good caching tutorial at:
http://www.mnot.net/cache_docs/#IMP-SCRIPT
The header cited:
Thanks!
Stephen
--
PHP General Mailing L
Hi,
Has anyone managed to get the php printer functions to work on a network
printer. My code is connecting to the printer but .
Warning: couldn't allocate new print job in
c:\inetpub\wwwroot\phpprinter\print2.php on line 32
test.bmp
Warning: couldn't start a new page in
c:\inetpub\wwwroot\ph
Hello,
I was just wondering, how do you FTP files in PHP? I can't seem to find
it in any of my PHP books so could someone kindly give me a rundown on
how they work? Thanks!
Thanks,
Stephen
http://www.melchior.us
http://php.melchior.us
--
PHP General Mailing List (http://www.php.net
hat I usually do is assign a function
(db_connect()) to connect to the database and select the database then
just put $conn = db_connect().
Hope that helps!
Thanks,
Stephen Craton
http://www.melchior.us
http://php.melchior.us
:: -Original Message-
:: From: Murat Ö. [mailto:[EMAIL PROTECTED]
I'm pretty sure they use cookies and see if the user is logged in or
not. I'm not sure how exactly to make the script though..
Thanks,
Stephen
http://www.melchior.us
http://php.melchior.us
:: -Original Message-
:: From: Andy [mailto:[EMAIL PROTECTED]]
:: Sent: Saturday, Se
mysql_num_rows($result)>0)
return 1;
else
return 0;
}
Please help. I don't see why this keeps happening...
Thanks,
Stephen
http://www.melchior.us
http://php.melchior.us
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
mysql_num_rows($result)>0)
return 1;
else
return 0;
}
Please help. I don't see why this keeps happening...
Thanks,
Stephen
http://www.melchior.us
http://php.melchior.us
P.S. I'm sending this again because I don't know if the other got
through or not...
--
PHP Genera
t.
Anyway, I was just wondering if there was any program or script that can
keep your script safe from people removing the copyright. Please help!
I'd really like to keep my scripts safe from those hacker people.
Thanks,
Stephen
http://www.melchior.us
http://php.melchior.us
--
PHP Gener
I would love to get Zend Encoder but I don't have anbout $1000 to spend
on it... Any other ways?
Thanks,
Stephen
http://www.melchior.us
http://php.melchior.us
:: -Original Message-
:: From: David Buerer [mailto:[EMAIL PROTECTED]]
:: Sent: Thursday, September 26, 2002 3:44 PM
I realize that, I just wanted to make it a little harder for them so
they wouldn't even try.
Thanks,
Stephen
http://www.melchior.us
http://php.melchior.us
:: -Original Message-
:: From: Smith, Benjamin [mailto:[EMAIL PROTECTED]]
:: Sent: Thursday, September 26, 2002 6:06 PM
it's 100% free.
Thanks,
Stephen
http://www.melchior.us
http://php.melchior.us
:: -Original Message-
:: From: David Buerer [mailto:[EMAIL PROTECTED]]
:: Sent: Thursday, September 26, 2002 3:44 PM
:: To: '[EMAIL PROTECTED]'
:: Subject: RE: [PHP] Keeping your published script
session_register("valid_user");
}
else
{
echo "You supplied an invalid username and password combo.
Try again please.";
exit;
}
And here's the part that connects to the database:
Does anyone see why it's doing this to me? Please help!!
Thanks,
St
Thank you very much!!!
Thanks,
Stephen
http://www.melchior.us
http://php.melchior.us
:: -Original Message-
:: From: debbie_dyer [mailto:[EMAIL PROTECTED]]
:: Sent: Saturday, September 28, 2002 6:03 PM
:: To: [EMAIL PROTECTED]
:: Subject: Re: [PHP] Member's Area S
session_register("valid_user");
}
else
{
echo "You supplied an invalid username and password combo.
Try again please.";
exit;
}
}
Please help again!!!
Thanks,
Stephen
http://www.melchior.us
http://php.melchior.us
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
session_register("valid_user");
}
else
{
echo "You supplied an invalid username and password combo.
Try again please.";
exit;
}
}
Please help again!!!
Thanks,
Stephen
http://www.melchior.us
http://php.melchior.us
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
lays all the field values in the URL just fine, it's just not
displaying in the page itself.
Thanks,
Stephen
http://www.melchior.us
http://php.melchior.us
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
I just tried it and it doesn't work either.
Thanks,
Stephen
http://www.melchior.us
http://php.melchior.us
:: -Original Message-
:: From: John W. Holmes [mailto:[EMAIL PROTECTED]]
:: Sent: Sunday, September 29, 2002 1:07 PM
:: To: 'Stephen Craton'; [EMAIL PROTECTED]
:: Su
Hope that helps!
Thanks,
Stephen
http://www.melchior.us
http://php.melchior.us
:: -Original Message-
:: From: John W. Holmes [mailto:[EMAIL PROTECTED]]
:: Sent: Sunday, September 29, 2002 1:33 PM
:: To: 'Stephen Craton'; [EMAIL PROTECTED]
:: Subject: RE:
I'm having the error again this time on my webserver. I have it set as a
global variable but it's not working. It can be found at
http://mom.melchior.us. Type in test for the username and password.
Why???
Thanks,
Stephen
http://www.melchior.us
http://php.melchior.us
:: -Origin
Hello,
Can you please send me the files again? I just formatted and installed
Windows XP Pro and I thought exporting my email would also export the
attachments but I guess not. Thanks!
Thanks,
Stephen
-Original Message-
From: Debbie Dyer [mailto:[EMAIL PROTECTED]]
Sent: None
To
e:
$status = socket_get_status($this->socket);
if ($status["unread_bytes"] <= 0)
return false;
However, $status["unread_bytes"] always returns 0 until the first call
to fgets($this->socket). Is this right? I'd like to check the status of
the socket before I t
Hi,
Not sure if this would work in limiting the file size of an
upload or not, but I noticed a line in my php.ini file which seems to limit the
size of any data sent by a POST, of course this would be a serverwide setting I
guess.
the line is;
post_max_size = 8M;
I'm assuming this would b
ry($sql, $db);
$record = $mysql_fetch_array($result, MYSQL_ASSOC);
{
}
if($type == 'TEXT')
echo($record[$field]);
if($type == 'ENDLOOP') {
}
}
--
------
Stephen Brewster
Email: [EMAIL PROTECTED]
Tel:
ch can be
written to and which have exceptions.
2) I am not too sure what you mean here but using the select you can find
out which socket have info in their buffers and then read it so there will
be no blocking on I/O
--
------
Stephen Brewster
Ema
Whoops, I'm an idiot. Resolution singular, not plural. Thanks for the
help everyone
.
-Original Message-
From: Chris W. Parker [mailto:[EMAIL PROTECTED]
Sent: Tuesday, September 02, 2003 3:29 PM
To: Stephen Goodman; [EMAIL PROTECTED]
Subject: RE: [PHP] evaluating dynamic variable
l for Mandrake and it said to add the text "noauto" which I
did for the boot sequence. Same error. Any ideas what's going on and how to fix it?
Thanks,
Stephen Craton
Thanks for the replies.
I've tried both 8.1 and 9.1 versions of Mandrake Linux with no luck (I
bought the 8.1 CDs a while back)
I've also tried making a floppy disk but still no luck with 8.1. In 9.1, I
can't get the autorun screen to make the floppy disk.
Thanks,
Stephen Craton
Well, I'm wanting one with a really nice GUI and great functionality. I'll
check into Debian and Slackware later today after church. Any other good
recomendations?
Thanks,
Stephen Craton
- Original Message -
From: "andu" <[EMAIL PROTECTED]>
Cc: "PHP
Another question if you will...
When downloading Linux ISOs or whatever, which do I need? What is the
difference between i386, PPC, and all those other exactly? How do I know
which I need?
Thanks,
Stephen Craton
- Original Message -
From: "Stephen Craton" <[EMAIL PROTECTE
I have a Pentium 4, this is probably the reason it's messing up. I don't
have any RAID or SCSI controllers and I've unplugged all my USB devices.
I'll try finding these things in i786, thanks for the help!
Thanks,
Stephen Craton
- Original Message -
From: "Dan An
I found a new book for again starting out to learn PHP/MySQL Web App
programming. I've begun exercises toward that end.
So far I've opened MySQL--I'm on a Macintosh PowerBook, so that's
UNIX--as root and created a database I called guest_recorder. Then I
GRANTed ALL to a new user (me) with a pa
Thanks for the email but I found the reason for it all not working. I have
an ATI Radeon 9800 Pro and it's not supported by the Linux Kernel yet so...
Thanks anyway,
Stephen
- Original Message -
From: "Viraj Kalinga Abayarathna" <[EMAIL PROTECTED]>
To: &qu
Kae,
Excuse my being dense, but I just want to get your meaning with the
lines you added. You're saying to substitute
if($_POST['submit']=='Sign!')
for
if ($submit == "Sign!")
and to try ('$_POST[name]', ... (and not $_POST['name'])?
Thank you.
Steve Tiano
--
PHP General Mailing List (ht
301 - 400 of 713 matches
Mail list logo