Re: [PHP] Checking an URL

2001-05-24 Thread YoBro
Sweet, that works! How simple was that, I was expecting something real complicated. Thanks dude. "Jason Murray" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > > Don't suppose you have some example code on how to do that? > > if ($HTTPS) > { > // You're in

Re: [PHP] Checking an URL

2001-05-23 Thread YoBro
Don't suppose you have some example code on how to do that? "Christian Reiniger" <[EMAIL PROTECTED]> wrote in message 01052316371001.00599@chrisbig">news:01052316371001.00599@chrisbig... On Wednesday 23 May 2001 07:19, YoBro wrote: > Hello Everybody :-) > >

[PHP] Searching a MYSQL DB

2001-05-23 Thread YoBro
he name of description feilds. Is this easier enough to do? YoBro -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]

[PHP] Checking an URL

2001-05-22 Thread YoBro
ecure connection - Please use the links"; }else{ Rest of Page Information } What do you rekon, Am i close or miles off. Any help would be really great. YoBro -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [E

Re: [PHP] Why is this not working

2001-05-17 Thread YoBro
; PS: I'm also pretty sure that if you can't write direclty to the .htpasswd > file, you can specify multiple password files in your .htaccess file, and > you should be able to write to an alternative password file. > > ""YoBro"" <[EMAIL PROTECTED]> wrote

Re: [PHP] Why is this not working

2001-05-17 Thread YoBro
luck. "MaD dUCK" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > also sprach YoBro (on Fri, 18 May 2001 10:45:12AM +1200): > > If I try su nobody it asks for nobody's password. If i enter no > > password a I get Au

Re: [PHP] Why is this not working

2001-05-17 Thread YoBro
where I found the the htpasswd executable under /usr/local/bin Even if i define that path in my code it is still not working The output of ls the root beyond www dir is far to much to put into this message. Is that what you were asking, or am on the wrong track? YoBro "MaD dUCK&quo

Re: [PHP] Why is this not working

2001-05-17 Thread YoBro
. but for some reason it just doesn't want to work for me. "MaD dUCK" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > also sprach YoBro (on Fri, 18 May 2001 10:34:34AM +1200): > > If i do that using telnet it asks for nobody&#

Re: [PHP] Why is this not working

2001-05-17 Thread YoBro
uot;/usr/local/bin/htpasswd -b /users/domain/.htpasswd abc pass" > > See what you get... > > "YoBro" <[EMAIL PROTECTED]> wrote in message > news:<9e1i8t$op5$[EMAIL PROTECTED]>... > > I have set the htpasswd file to 777 while i attempt to get this to work

Re: [PHP] Why is this not working

2001-05-17 Thread YoBro
I have set the htpasswd file to 777 while i attempt to get this to work. I have found the htpasswd executable. /usr/local/bin So my code now reads: Still no go. Any ideas to view errors while I attempt to write to the file .htpasswd YoBro "Shawn Reed" <[EMAIL PROTECTED]>

Re: [PHP] Why is this not working

2001-05-17 Thread YoBro
. > > passthru ("/usr/bin/htpasswd -b /users/domain/.htpasswd abc pass"); > ?> > > thorr > > ""YoBro"" <[EMAIL PROTECTED]> wrote in message > 9e1gb1$jnn$[EMAIL PROTECTED]">news:9e1gb1$jnn$[EMAIL PROTECTED]... > > My mes

Re: [PHP] Why is this not working

2001-05-17 Thread YoBro
9e1fth$vi3$[EMAIL PROTECTED]... > May be you need to use absolute path for htpasswd. eg. /usr/bin/htpasswd > Did u check for any error msgs? > > thorr > > ""YoBro"" <[EMAIL PROTECTED]> wrote in message > 9e1fcd$pir$[EMAIL PROTECTED]">news:9e1fcd$

[PHP] Why is this not working

2001-05-17 Thread YoBro
name abc = user name to add to htpasswd list pass = password to add to htpasswd list Please Help if you can. Cheers, YoBro -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the

Re: [PHP] Simulate the Enter key in Unix with PHP

2001-05-12 Thread YoBro
Thanks for the help, but the example given does nothing at all. It has me stumped. I got my first example working up to the point where you enter the password but it is not storing the passwords. Bummer. "barce" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]...

Re: [PHP] Simulate the Enter key in Unix with PHP

2001-05-11 Thread YoBro
;t you just use the -b switch and do it in one hit? > > > - Original Message - > From: "YoBro" <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Sent: Saturday, May 12, 2001 3:32 PM > Subject: [PHP] Simulate the Enter key in Unix with PHP > >

[PHP] Simulate the Enter key in Unix with PHP

2001-05-11 Thread YoBro
will fix the problem. If it is beginning to add the user, then it should work if I can execute the passwords with an ENTER after it as well. YoBro -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To cont

Re: [PHP] PHP and Unix Shell

2001-05-11 Thread YoBro
wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > www.php.net/system > > check the archives as well for questions relating to this specific issue > > -jack > > YoBro wrote: > > > > Hello, > > > > Is there any way to execute uni

[PHP] PHP and Unix Shell

2001-05-11 Thread YoBro
ain to repeat the password ie > password I am wanting to carry out this entire process using a PHP script so I don't have to use telnet anymore, and can then allow authorised users to change their own password. Please help. YoBro -- PHP General Mailing List (http://www.php.net/) To

[PHP] Need to know this

2001-05-03 Thread YoBro
Hello, I need to find out what PHP stands for. Also what is better, ASP or PHP and who has the biggest market share. Any help would be really great. Thanks, Chris -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [

[PHP] MySql & PHP - Looking for the right command

2001-04-05 Thread YoBro
MySql, but I don't know how to get it to count how many hondas, toyotas etc on the same page from within the database. help! -- Regards, YoBro - DO NOT REPLY TO THIS VIA EMAIL PLEASE USE THE NEWSGROUP All emails sent to this addres

[PHP] Image Resizing in PHP

2001-03-29 Thread YoBro
site that I use, which is ASP and when I upload an image to sell, i notice that it gives the thumbnail and the full size images. How is this possible? Any links to sites on this subject would excellent. -- Regards, YoBro - DO NOT REPLY TO

Re: [PHP] Curious

2001-03-28 Thread YoBro
Thanks to everybody for the informative explanation of my curiosity. It was very helpful, and now I have a better understanding of what I am doing sometimes. Thanks YoBro --- : Hi, : : I am curious to know why you need to use the /n, and what it actually does

[PHP] Curious

2001-03-27 Thread YoBro
need to use \" echo ""; //Only need to use it on the alt text. Just curious, and also keen to learn this with the good practice method. -- Regards, YoBro - DO NOT REPLY TO THIS VIA EMAIL PLEASE USE THE NEWSGROUP

Re: [PHP] What could I be doing wrong here

2001-03-26 Thread YoBro
Thanks everybody for all your help. It goes now. ""YoBro"" <[EMAIL PROTECTED]> wrote in message news:99oh2o$f95$[EMAIL PROTECTED]... : I can't figure out why this doesn't work. Rather than echo $myrow[0] which : works, I want to use the feild name. Like $my

Re: [PHP] I need an expert to tell me what I am doing wrong

2001-03-23 Thread YoBro
I have tried that, and I have been reading all sorts of info and been copying it exact, but it still doesn't work. I am not receiving any errors, but the data just doesn't appear in the database. I have the table set up and it all works fine in phpMyAdmin, but I cant get my own form to work. Ther

[PHP] I need an expert to tell me what I am doing wrong

2001-03-23 Thread YoBro
What could I possibly be doing wrong here. The information just will not insert into my database. ARGH! Please help if you can... -- Regards, YoBro - DO NOT REPLY TO THIS VIA EMAIL PLEASE USE THE NEWSGROUP All emails sent to this

Re: [PHP] Move data from one MySql table to another?

2001-03-22 Thread YoBro
documentation/lists.html : : : Cal : http://www.calevans.com : : : -Original Message- : From: YoBro [mailto:[EMAIL PROTECTED]] : Sent: Thursday, March 22, 2001 5:20 PM : To: [EMAIL PROTECTED] : Subject: [PHP] Move data from one MySql table to another? : : : Hello, : : Does anybody know where

[PHP] Move data from one MySql table to another?

2001-03-22 Thread YoBro
From table orders to table ordered Make sense? Please help -- Regards, YoBro - DO NOT REPLY TO THIS VIA EMAIL PLEASE USE THE NEWSGROUP All emails sent to this address are automatically deleted. This is to

[PHP] How to delete a row from MySql

2001-03-21 Thread YoBro
, but can't figure it out. Any help on this would be really great. -- Regards, YoBro - DO NOT REPLY TO THIS VIA EMAIL PLEASE USE THE NEWSGROUP All emails sent to this address are automatically deleted. This is to avoid

Re: [PHP] PHP & MYSQL BOOKS

2001-03-21 Thread YoBro
ly have an RRP around $110 here in : Australia too. : : Cheers, : : Luke Welling. : ""YoBro"" <[EMAIL PROTECTED]> wrote in message : 995r3k$poh$[EMAIL PROTECTED]">news:995r3k$poh$[EMAIL PROTECTED]... : > I actually think this is the book I have been waiting for.

Re: [PHP] PHP & MYSQL BOOKS

2001-03-19 Thread YoBro
all ears. Cheers Chris ""Luke Welling"" <[EMAIL PROTECTED]> wrote in message 99528g$v58$[EMAIL PROTECTED]">news:99528g$v58$[EMAIL PROTECTED]... : ""YoBro"" <[EMAIL PROTECTED]> wrote: : > Does anybody know any good books & websites

[PHP] PHP & MYSQL BOOKS

2001-03-18 Thread YoBro
Hello, Does anybody know any good books & websites to recommend for PHP & MySql together. I am looking to advance my knowledge and would really appreciate a helpful tip. Really looking for a book that explains all the advanced features of PHP4 and MySql as a compliment. Regards,

Re: [PHP] PHP Manual in EBOOK Format

2001-02-28 Thread YoBro
Thanks for that, and sorry. I had looked everywhere else except there. That should have been my first option to check out. YoBro <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... : On Thu, Mar 01, 2001 at 12:50:49PM +1300, YoBro wrote: : : > Doe

[PHP] PHP Manual in EBOOK Format

2001-02-28 Thread YoBro
Does anybody know of, or have the ability to convert the PHP html manual into an EBook for the likes of a palm pilot or Franklin reader? This could really help for around the office and meetings. -- Regards, YoBro - DO NOT REPLY TO

[PHP] Help with a very small array problem

2001-02-27 Thread YoBro
each ($but as $val ){ //The link Text echo "$val"; } echo "]"; } ?> Please help -- Regards, YoBro - DO NOT REPLY TO THIS VIA EMAIL PLEASE USE THE NEWSGROUP All emails sent to this addres

Re: [PHP] Ok, this might make more sense

2001-02-23 Thread YoBro
Thanks for your help. I do work with MySql and that was going to be my final option. But because I am still in the learning stages of PHP I was hoping for a simple save command. Not to worry. MySql it is. Thanks, Yobro ""Chris Lee"" <[EMAIL PROTECTED]> wrote in

[PHP] Ok, this might make more sense

2001-02-22 Thread YoBro
command, that saves the state of a page. 5.Any ideas? Please help, I gotta have this worked out by Monday or I'm dead. -- Regards, YoBro - DO NOT REPLY TO THIS VIA EMAIL PLEASE USE THE NEWSGROUP All emails sent to this addres

[PHP] Saving changes to a file

2001-02-21 Thread YoBro
o be permanent, until they are changed again. Not just for that session or user, but if the change is made it stays changed until the administrator decideds to go back in and change it again. How do you save the changes in that file on the server, by just using a browser? -- Regards, Y