[PHP] Re: [PHP-GTK] problems with socket

2002-09-17 Thread Steph
Fwd-ing to correct list .. > Hi > > I hope someone can help me > > I have made a program with a servercomponent > And this program connects to a PHP script on a webserver > and the script makes a socket connection to this servercomponent > > and I want that this script logs into a database (or

[PHP] Adding shadow effects to Images

2002-08-21 Thread Steph
I'm trying to auto-add shadow effects to my image thumbs using PHP or the GD Library if that's even possible. Any ideas where I start? Thanks, Steph

[PHP] Re: [PHP-GTK] Cannot enable extensions. Why?

2002-07-05 Thread Steph
y: > > http://www.php.net/do_download.php?download_file=php-4.2.1-Win32.zip > > But I first ran: > > http://www.php.net/do_download.php?download_file=php-4.2.1-installer.exe > > and then just poped in the components from the first link. > > Trouble doing that? >

[PHP] Re: [PHP-GTK] Cannot enable extensions. Why?

2002-07-05 Thread Steph
please follow the readme in the PHP-GTK download. You cannot mix the dlls from separate builds and expect them to work, you should in fact be keeping both versions of PHP completely separate if you're intending to use a gui and web installation side by side. Both php.ini's will need to be local

[PHP] disable ability to download image?

2002-06-18 Thread Steph
Is there a way to disable the users ability to download images on public pages. Or is this a Javascript capability? ~Steph -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] phpGuests?

2002-04-11 Thread Steph
Is this PHP guestbook no longer available for download? Does anyone know? Thanks, Steph

[PHP] alphabetizing titles when first word begins with 'The','A',etc.

2002-04-11 Thread Steph
Hi. Im using MySQL and as part of my tables I have titles (of stories). My question os in regards to outputing those titles. Some of the titles begin with words such as 'The', 'A', 'An', etc. Is there a way to order these particular titles based on the second word in

[PHP] Trailing Navigation In PHP & MySQL

2002-01-13 Thread steph
th names of categories and and associative IDs. Can anyone help me to get jumpstarted? Thanks. Steph

Re: [PHP] email user file upload

2002-01-03 Thread steph
Ive seen this done with at least 2 scripts on hotscripts.com. http://www.hotscripts.com/Detailed/6329.html (Jack's Formmail, which is the one I use) and there's another but I cant seem to find it. Maybe check the code on these. Steph - Original Message - From: "toni

Re: [PHP] Hosting provider...

2002-01-01 Thread steph
I use hostrocket. They seem to meet most of your criteria, but as with many hosts they do not offer unlimited bandwidth. Personally, I stay away from hosts that say they offer unlimited bandwidth (there's usually a catch). Has one of the best Control Panels IMO. Includes PHP, MySQL, Perl, subdomai

[PHP] SSI

2001-12-21 Thread steph
if you have a PHP page and you want to use SSI in it... is there a special method? -- 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] support for categories?

2001-12-21 Thread steph
category links. which link to its respective sub categories, which is then linked to the data. Steph -- 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

RE: [PHP] Slash problem

2001-12-19 Thread steph
http://www.php.net/manual/en/function.stripslashes.php -Original Message- From: Evansville Scene [mailto:[EMAIL PROTECTED]] Sent: Wednesday, December 19, 2001 4:40 PM To: [EMAIL PROTECTED] Subject: [PHP] Slash problem I'm fairly new @ PHP, so forgive me if the answer is trivial ... I

[PHP] Parsing syntax to add a HTML line break

2001-12-18 Thread steph
I have a form to be used for data submission and to be added to MySQL. How do I parse the syntax so that it automatically inserts a HTML line break whenever a carriage return is present?? Thanks. Another PHP newbie, Steph

RE: [PHP] Re: electronic postcard recommendation?

2001-12-17 Thread steph
hotscripts.com should have something. Steph -Original Message- From: LaserJetter [mailto:[EMAIL PROTECTED]] Sent: Monday, December 17, 2001 2:04 PM To: [EMAIL PROTECTED] Subject: [PHP] Re: electronic postcard recommendation? I've just been sending some from totl.net. I'm no

Re: [PHP] picture gallery

2001-12-16 Thread steph
Jester, did you try hotscripts.com?? They have plenty of gallery scripts there. Steph - Original Message - From: "Jeremiah Jester" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Sunday, December 16, 2001 8:44 PM Subject: [PHP] picture gallery > does a

[PHP] Limit records/ prev/next links

2001-08-05 Thread Steph
Hi all! Im working with PHP and MySQL and I need to limit my records like 10 per page and Id like to have some sort of navigation like this: 1 2 3 Any takers? Steph -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail

[PHP] grab newsgroup posts

2001-08-03 Thread Steph
Hi Im working on a project where Im want to connect using PHP to a particular newsgroup and grab particular posts based on subject and store (if possible) the posts into MySQL. Any help would be great! Steph -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL

[PHP] limit items per page

2001-07-23 Thread Steph
Ive got an image gallery, and rather than having one really long page of thumbnails, I'd like to have around 25 thumbnails (5 rows of 5 thumbs) per page. Can you guys point me in the right direction?? Steph

[PHP] decrypting passwords

2001-07-12 Thread Steph
t execute query."); I need to know how to decrypt the password so that I can have it emailed to the user should they forget it. Any help would be appreciated Thanks Steph

RE: [PHP] Alternative to phpMyAdmin

2001-07-12 Thread Steph
2001 11:07 AM To: 'Steve Brett'; 'Steph'; [EMAIL PROTECTED] Subject: RE: [PHP] Alternative to phpMyAdmin I second that recommendation-- MySQL-Front is downright excellent! http://www.mysqlfront.de/ -Original Message- From: Steve Brett [mailto:[EMAIL PROTECTED]

Re: [PHP] Alternative to phpMyAdmin

2001-07-11 Thread Steph
ahead and try. Steph - Original Message - From: "Andras Kende" <[EMAIL PROTECTED]> To: "Steph" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Wednesday, July 11, 2001 10:52 PM Subject: Re: [PHP] Alternative to phpMyAdmin > Steph, > > Th

[PHP] Alternative to phpMyAdmin

2001-07-11 Thread Steph
Hi all! I love phpMyAdmin, just makes life so easy :) But I just moved my site, and phpMyAdmin isnt working on my server yet, so does any one have any solid alternatives that I can install?? Thanks, Steph

[PHP] Re: Security and Cookies

2001-07-11 Thread Steph
Addendum: to original post I can change the ?userid=$userid if there's an easier way to do it but I haven't been able to figure that out yet. - Original Message - From: Steph To: [EMAIL PROTECTED] Sent: Wednesday, July 11, 2001 5:45 PM Subject: Security and Cook

[PHP] Security and Cookies

2001-07-11 Thread Steph
troubles with it because you have to refresh the main page every time you login or it says that you're not a valid user. Steph

[PHP] Image thumbnail creation

2001-07-09 Thread Steph
Hi all! New to the list and new to PHP. Im trying to create Image thumbnail dynamically versus creasting them manually via my graphics program. Thanks, Steph -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL

[PHP] connecting to a particular newsgroup (usenet)

2001-06-19 Thread Steph
ject. This is my first exposure to sockets so anything could be beneficial. Thanks, Steph