[PHP-WIN] Re: NT username detectable?

2005-01-28 Thread SargeTron
rofl... security hole You could use a database having all the users on the system (sha-1 passwords) and make them login. Then set a cookie with username and password and check them on every page ops ignore that: it wouldn't work unless you checked who was online and added it to the database

[PHP-WIN] Re: From Browser to Print - ?????

2005-01-28 Thread MikeA
Carsten, Thank you for that URL. WOW - I never realized all that was available. I had not heard about it. I've been getting some great help on this subject. Glad to see you guys keeping up on it. Mike "Carsten Gehling" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] You can def

[PHP-WIN] Re: Has anyone seen this error before?

2005-01-28 Thread DvDmanDT
Ermm.. Change to as well.. otherwise you'll have in your result.. -- // DvDmanDT MSN: dvdmandt¤hotmail.com Mail: dvdmandt¤telia.com "The Disguised Jedi" <[EMAIL PROTECTED]> skrev i meddelandet news:[EMAIL PROTECTED] > it means php was looking for the end of file marker, and didn't find > it

[PHP-WIN] user login/password

2005-01-28 Thread Patrick Roane
Can anyone suggest a good tutorial on creating a user login screen? = "forget your lust for the rich man's gold. All that you need, is in your soul. You can do this if you try. All that I want for you my son, is to be satisfied" ~ Lynard Skynard -- PHP Windows Mailing

RE: [PHP-WIN] Has anyone seen this error before?

2005-01-28 Thread Charles P. Killmer
Try not echoing the word FORM. change FORM'; to this '; Charles -Original Message- From: Patrick Roane [mailto:[EMAIL PROTECTED] Sent: Friday, January 28, 2005 1:34 PM To: php-windows@lists.php.net Subject: Re: [PHP-WIN] Has anyone seen t

Re: [PHP-WIN] basic mysql question:

2005-01-28 Thread Patrick Roane
Thanks for the tip: ALTER TABLE specs MODIFY food CHAR(30); does the trick! --- Thomas Vanhal <[EMAIL PROTECTED]> wrote: > Did you try a ALTER table? > - Original Message - > From: "Patrick Roane" <[EMAIL PROTECTED]> > To: > Sent: Friday, January 28, 2005 11:50 AM > Subject: [PHP-WIN]

[PHP-WIN] basic mysql question:

2005-01-28 Thread Patrick Roane
I was wondering if there is a quick way to change the value of my VARCHAR from 10 to 30 characters w/out having to drop and recreate the column? thanks- = "forget your lust for the rich man's gold. All that you need, is in your soul. You can do this if you try. All that

Re: [PHP-WIN] Has anyone seen this error before?

2005-01-28 Thread The Disguised Jedi
just take the word FORM out of the echo statement, but don't delete the closing quote... On Fri, 28 Jan 2005 11:34:02 -0800 (PST), Patrick Roane <[EMAIL PROTECTED]> wrote: > This worked! Thank you. Now, my question is why it > worked. Also, the word FORM shows up at the bottom of > the browser wi

Re: [PHP-WIN] Has anyone seen this error before?

2005-01-28 Thread Patrick Roane
This worked! Thank you. Now, my question is why it worked. Also, the word FORM shows up at the bottom of the browser window ...is there anything I can do to make that go away? --- The Disguised Jedi <[EMAIL PROTECTED]> wrote: > it means php was looking for the end of file marker, > and didn't fin

[PHP-WIN] create and download file from php through ssl

2005-01-28 Thread Raul IONESCU
Hi everyone Does anyone know how to output a file (which is automatically downloaded under normally http protocol by using HTTP headers) through SSL? I suppose by using CURL but Ia**m not sure how. --- Posteaza gratuit anun

[PHP-WIN] Re: Has anyone seen this error before?

2005-01-28 Thread DvDmanDT
I think it means you have a } at the wrong place.. { print << skrev i meddelandet news:[EMAIL PROTECTED] > Parse error: syntax error, unexpected $end in > c:\wamp\www\php_excercises\schedule.php on line 81: > > line 81 is all the way at the bottom. > > Here is my code: > > "-//W3C//DTD XHTML 1.0

SV: [PHP-WIN] From Browser to Print - ?????

2005-01-28 Thread Carsten Gehling
You can define different style sheets based on the media that the HTML page is rendered on: Now use CSS to position your form feed as you like. Read more here: http://www.w3.org/TR/REC-CSS2/media.html - Carsten > -Oprindelig meddelelse- > Fra: news [mailto:[EMAIL PROTECTED] vegne af