[PHP] mail()

2002-12-16 Thread Edward Peloke
Is there anything special you have to do to send a link in an e-mail with the mail function? I used the mail function this weekend and set the mail contents like this: $mailcontents=Thank you for registering with us /n .http://www.oursite.com;; But in the actual e-mail sent, the

[PHP] php setup

2002-12-16 Thread Edward Peloke
I recently got a laptop and was in the process this weekend of installing, php, apache, mysql etc. One thing I noticed is when I ran the code (that works fine everywhere else) on the laptop, I got errors of 'Variable not defined' and I have pictures that just won't show. I am not sure if this is

RE: [PHP] php setup

2002-12-16 Thread Edward Peloke
it is turned on -Original Message- From: Rasmus Lerdorf [mailto:[EMAIL PROTECTED]] Sent: Monday, December 16, 2002 2:03 PM To: Edward Peloke Cc: php Subject: Re: [PHP] php setup Turn on register_globals in your php.ini file. On Mon, 16 Dec 2002, Edward Peloke wrote: I recently got

RE: [PHP] php setup

2002-12-16 Thread Edward Peloke
thanks, I will give that a shot. -Original Message- From: Joseph W. Goff [mailto:[EMAIL PROTECTED]] Sent: Monday, December 16, 2002 2:25 PM To: php-general; Edward Peloke Subject: Re: [PHP] php setup You have the error_reporting set at E_ALL in the ini file. Set it to E_ALL ~E_NOTICE

[PHP] airport picker

2002-12-17 Thread Edward Peloke
I am writing a php site where I need to add an 'airport code' picker. What is the best way to handle this? I don't want to simply populate a select box from columns in the db because there are over 7000 rows in the db and it would take the user forever to go through them all. Is there a way

RE: [PHP] Multiple Files Upload

2002-12-17 Thread Edward Peloke
when you say not but selecting one by one do you mean you don't want to select one, then select another, etc and then hit submit to upload them all? Do you want to browse to the file, highlight several, and then upload? Eddie -Original Message- From: Hynek Semecky ME [mailto:[EMAIL

RE: [PHP] Multiple Files Upload

2002-12-17 Thread Edward Peloke
yep, this can be done -Original Message- From: Hynek Semecký ME [mailto:[EMAIL PROTECTED]] Sent: Tuesday, December 17, 2002 9:58 AM To: [EMAIL PROTECTED] Subject: RE: [PHP] Multiple Files Upload Even if I select one by one and then hit UPLOAD ? Hynek -Original Message- From:

RE: [PHP] Multiple Files Upload

2002-12-17 Thread Edward Peloke
, December 17, 2002 10:09 AM To: [EMAIL PROTECTED] Subject: RE: [PHP] Multiple Files Upload Could you give me an idea ? Hynek -Original Message- From: Edward Peloke [mailto:[EMAIL PROTECTED]] Sent: 17. prosince 2002 16:28 To: [EMAIL PROTECTED] Subject: RE: [PHP] Multiple Files Upload yep

RE: [PHP] nested if in a for statement

2002-12-17 Thread Edward Peloke
I just took the code and changed it to check two values, both of the values are there but it returned the message, I put in some prints and it appears it failed on '2' having only two values to check, 0 and 1, I would say it is doing another check after it has exceeded the number of variables and

[PHP] mail()

2002-12-19 Thread Edward Peloke
Hello all, I am using the following code but when I view the sent e-mail (in my yahoo account) the link info is all plain text. I see the a tag and everything. How do I create it as a link? I know I can send them because I have done it before in my yahoo e-mail, just never through php and

RE: [PHP] Re: mail()

2002-12-19 Thread Edward Peloke
to: Content-type: text/plain Mike Edward Peloke [EMAIL PROTECTED] wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... Hello all, I am using the following code but when I view the sent e-mail (in my yahoo account) the link info is all plain text. I see the a tag and everything.

RE: [PHP] date part

2002-12-19 Thread Edward Peloke
I used a javascript I found online in my php page. Click on the boxes next to the date fields: http://www.aircharterunited.com/pages/submit_bid.php This way, I know the format of the date when it is entered and I can pull out any part needed. Eddie -Original Message- From: Diana

RE: [PHP] date part

2002-12-19 Thread Edward Peloke
, December 19, 2002 9:38 AM To: Edward Peloke Cc: Diana Castillo; [EMAIL PROTECTED] Subject: RE: [PHP] date part I just tried that script, for me under Linux with Mozilla and Netscape, I had to try 5 times before I could move the mouse from the button to the menu fast enough, every other time

RE: [PHP] Random include???

2002-12-19 Thread Edward Peloke
Won't this work? $random=rand(1,5); print TD WIDTH=77 HEIGHT=435 ROWSPAN=2 align='left'; include(folio_$random.php); -Original Message- From: Benjamin Trépanier [mailto:[EMAIL PROTECTED]] Sent: Thursday, December 19, 2002 9:46 AM To: [EMAIL PROTECTED] Subject: [PHP] Random

RE: [PHP] date part

2002-12-19 Thread Edward Peloke
Sorry ADAM, didn't mean to call you Allan, I apologize! -Original Message- From: Edward Peloke [mailto:[EMAIL PROTECTED]] Sent: Thursday, December 19, 2002 10:11 AM To: [EMAIL PROTECTED] Subject: RE: [PHP] date part Thanks Allan! That is good to know. It is just a script that I

RE: [PHP] Re: offline application

2002-12-19 Thread Edward Peloke
Would it be possible to use something like this to create a page that the user can open up on their machine that would transfer data from an access file on their machine to a mysql db on my server? Thanks, Edie -Original Message- From: Philippe Saladin [mailto:[EMAIL PROTECTED]] Sent:

RE: [PHP] Re: offline application

2002-12-19 Thread Edward Peloke
This is pretty much what I want with as little work to the user as possible. -Original Message- From: Philippe Saladin [mailto:[EMAIL PROTECTED]] Sent: Thursday, December 19, 2002 12:16 PM To: [EMAIL PROTECTED] Subject: Re: [PHP] Re: offline application Would it be possible to use

RE: [PHP] Re: offline application

2002-12-19 Thread Edward Peloke
using php, can I extract data from an access file? -Original Message- From: Philippe Saladin [mailto:[EMAIL PROTECTED]] Sent: Thursday, December 19, 2002 12:16 PM To: [EMAIL PROTECTED] Subject: Re: [PHP] Re: offline application Would it be possible to use something like this to create

[PHP] odbc

2002-12-19 Thread Edward Peloke
Ok, I am lost now, I am just trying to read the documentation on odbc...here is what I have so far. This seems to work...or at least not give any errors. How do I know get to the result set in the select statement to move this data somewhere else? I just want to get the entire result set so I can

[PHP] login

2002-12-20 Thread Edward Peloke
Ok, Newbie Question. I know have a login and registration page on my website. What is the best way to check to see if the users have logged in before they access the other pages? SHould I add to each of the other url's ?clientid='' and if it is an empty string I know they haven't logged in?

RE: [PHP] login

2002-12-20 Thread Edward Peloke
no, I mean logged into the current browser session. I have never used cookies so I will look into that in the php docs. Thanks, Eddie -Original Message- From: Rick Emery [mailto:[EMAIL PROTECTED]] Sent: Friday, December 20, 2002 9:00 AM To: Edward Peloke; [EMAIL PROTECTED] Subject: Re

RE: [PHP] Re: mail()

2002-12-20 Thread Edward Peloke
. - Original Message - From: Edward Peloke [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Friday, December 20, 2002 8:18 AM Subject: RE: [PHP] Re: mail() I changed this and it works fine but I now lose my formating. It doesn't seem to recognize the \n breaks. Am I asking for to much

[PHP] cookies

2002-12-20 Thread Edward Peloke
I am setting a cookie with this code: ? require(connection.php); ? ? if (isset($submit_login)) { # setup SQL statement $pword=md5($pword); $SQL2 = select * from clients where uname='$uname' and pword='$pword'; $result2 = mysql_db_query($db,$SQL2,$connection);

[PHP] php-java formatting

2002-12-23 Thread Edward Peloke
Hello all, I am using a javascript alert box in one of my php pages to tell the user they didn't fill out all the required fields. As I check each field, if it is blank I am adding to the alert string: $alertstring=Missing Mandatory Fields; if ($fname==''){

[PHP] md5()

2002-12-23 Thread Edward Peloke
I don't want to store my users passwords in the db as clear text so I know I can use md5(). But, what do I do when a user has forgotten his/her password and I need to send it to them? Can I reverse md5()? Thanks, Eddie -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit:

RE: [PHP] md5()

2002-12-23 Thread Edward Peloke
Thanks Johannes and Chris! That is what I will do. Eddie -Original Message- From: Johannes Schlueter [mailto:[EMAIL PROTECTED]] Sent: Monday, December 23, 2002 8:36 AM To: [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject: Re: [PHP] md5() On Monday 23 December 2002 14:38, Edward Peloke

RE: [PHP] Suggestions on how I should handle this

2002-12-23 Thread Edward Peloke
Not usre how your db is designed but I would probably just add a table that links to the sitter and job tables. As people are called a row is put into this table with the sitter and job ids and an 'accepted' column is set to 0, or 1 or Y or N. Then you can query the job table and join the sitter

RE: [PHP] Images not stored in Databases

2002-12-24 Thread Edward Peloke
How will the picture make it into the db? Will they be uploaded by users? I had to create an upload script for a sight that puts the picture in the users directory on the webserver and then stored the path to the picture in the db so when the web page is displayed, the tag is something like this

[PHP] executable

2002-12-27 Thread Edward Peloke
Hello all, Can php call an executable on the users machine? I have some divx movies and I want the user to be able to click on a link and the php page will open the divx player and start to stream the movie. is this possible? Thanks, Eddie -- PHP General Mailing List (http://www.php.net/)

RE: [PHP] Cheap Hosting

2002-12-27 Thread Edward Peloke
I use www.ht-tech.net Very reliable and I currently pay $12.95 a month. Eddie -Original Message- From: 1LT John W. Holmes [mailto:[EMAIL PROTECTED]] Sent: Friday, December 27, 2002 10:43 AM To: Stephen; Rick Emery Cc: PHP List Subject: Re: [PHP] Cheap Hosting That's only 8 days of work

[PHP] creating a .doc file in php

2002-12-30 Thread Edward Peloke
I am creating a 'vacation' scheduling webpage for my company. Currently, when we want a day off, we fill out a document in word and send it to our supervisor. The page I am working on will have a calendar that displays who is off when. I would like for the employees to click on a date, enter

RE: [PHP] creating a .doc file in php

2002-12-30 Thread Edward Peloke
Thanks Marco, So I would just create the .rtf file with php, then store it on the server and attach it to the e-mail? Thanks, Eddie -Original Message- From: Marco Tabini [mailto:[EMAIL PROTECTED]] Sent: Monday, December 30, 2002 9:17 AM To: Edward Peloke Cc: [EMAIL PROTECTED] Subject

RE: [PHP] creating a .doc file in php

2002-12-30 Thread Edward Peloke
thanks, I will give it a shot! Thanks, Eddie -Original Message- From: Marco Tabini [mailto:[EMAIL PROTECTED]] Sent: Monday, December 30, 2002 10:26 AM To: Edward Peloke Cc: [EMAIL PROTECTED] Subject: RE: [PHP] creating a .doc file in php Yep. There should be a few SMTP/Email composing

[PHP] rtf....I knew it couldn't be this easy

2002-12-30 Thread Edward Peloke
Ok, I took a word document, saved it as an rtf then opened the document in a text editor so that I could see all the rtf code. I then added this code to my script $fp=fopen(documents\off.rtf,w); $outputstring=; fwrite($fp, $outputstring); For the outputstring, I simply cut and paste the rtf

RE: [PHP] Re: rtf....I knew it couldn't be this easy

2002-12-30 Thread Edward Peloke
[mailto:[EMAIL PROTECTED]] Sent: Monday, December 30, 2002 4:11 PM To: [EMAIL PROTECTED] Subject: [PHP] Re: rtfI knew it couldn't be this easy Edward Peloke [EMAIL PROTECTED] wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... Ok, I took a word document, saved it as an rtf the

[PHP] mail()

2002-12-31 Thread Edward Peloke
Hello all, For some reason, I have one computer running php that I can't get the mail function to work on. I get this error: Warning: Failed to Receive in c:\program files\apache group\apache\htdocs\mailtest.php on line 2 The machine is running windows and apache as the web server. In my

[PHP] mail attachments

2003-01-02 Thread Edward Peloke
I hope you all had a great New Year. Is attaching a document to an e-mail simply a matter of adding a new header in the mail function? Thanks, Eddie -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP] mail attachments

2003-01-02 Thread Edward Peloke
To: Edward Peloke Cc: [EMAIL PROTECTED] Subject: Re: [PHP] mail attachments Nope--it's a bit more complicated than that. However, there are a number of classes out there that can help you out with that. Cheers, Marco -- php|architect - The Monthly Magazine for PHP Professionals Come

[PHP] progress page

2003-01-06 Thread Edward Peloke
I am working on an application that will take data from the user and run then check through all the data to find matches. Instead of the user seeing a blank screen while the page is loading, I would like to pop up a page that says, processing, please wait and maybe have an icon like a progress

[PHP] permissions

2003-01-10 Thread Edward Peloke
I have a script which uploads images from the user. My webhost recently moved things around and now I get permission errors when the file is uploaded. I am using the path from the apache root to my destination folder as the path to the image folder. My webhost told me that the folder has all

[PHP] data move, Please Help..

2003-01-14 Thread Edward Peloke
Ok, I know I have asked this question before and I have asked it on the db forum, on asp forums, java applet forums, searched google, etc but can't really seem to find anything. I have to come up with a way to move data from an access db to the mysql db on the webserver. If I have to, I can

RE: [PHP] data move, Please Help..

2003-01-14 Thread Edward Peloke
-Original Message- From: Rick Emery [mailto:[EMAIL PROTECTED]] Sent: Tuesday, January 14, 2003 9:33 AM To: Edward Peloke; PHP general list Subject: Re: [PHP] data move, Please Help.. try GOOGLE: access mysql php conversion I did - Original Message - From: Edward Peloke [EMAIL PROTECTED

RE: [PHP] data move, Please Help..

2003-01-14 Thread Edward Peloke
Has anyone uploaded a file and then used php to transfer the data between the two databases?? -Original Message- From: Edward Peloke [mailto:[EMAIL PROTECTED]] Sent: Tuesday, January 14, 2003 10:27 AM To: PHP general list Subject: RE: [PHP] data move, Please Help.. thanks Rick, I did

RE: [PHP] data move, Please Help..

2003-01-14 Thread Edward Peloke
. If LOCAL is not specified, the file must be located on the server. (LOCAL is available in MySQL 3.22.6 or later.) - HTH Tom Henry Rick Emery wrote: try GOOGLE: access mysql php conversion I did - Original Message - From: Edward Peloke [EMAIL PROTECTED

[PHP] x12 837

2003-01-16 Thread Edward Peloke
Ok, I know this is a longshot but does anyone on this list work in the healthcare industry and have created an 837 with php? I am thinking of attempting to create one in php and didn't want to reinvent the wheel. Thanks, Eddie -- PHP General Mailing List (http://www.php.net/) To unsubscribe,

RE: [PHP] x12 837

2003-01-16 Thread Edward Peloke
:[EMAIL PROTECTED]] Sent: Thursday, January 16, 2003 4:03 PM To: Rodney Green Cc: Edward Peloke; Php-General@Lists. Php. Net Subject: Re: [PHP] x12 837 On Thu, 2003-01-16 at 16:10, Rodney Green wrote: Just curious. What is an 837? I'm curious, too... what is it? Not a good start, if you were

RE: [PHP] x12 837

2003-01-16 Thread Edward Peloke
. Eddie -Original Message- From: Edward Peloke [mailto:[EMAIL PROTECTED]] Sent: Thursday, January 16, 2003 4:51 PM To: Php-General@Lists. Php. Net Subject: RE: [PHP] x12 837 I apologize, an 837 is a 'Professional Health Care Claim'. Basically what the healthcare organizations use to submit

RE: [PHP] x12 837

2003-01-16 Thread Edward Peloke
Cal, You used php for this? I am pretty sure that an 850 is on our list of things to do somewhere. Eddie -Original Message- From: Cal Evans [mailto:[EMAIL PROTECTED]] Sent: Thursday, January 16, 2003 4:22 PM To: Edward Peloke; Php-General@Lists. Php. Net Subject: RE: [PHP] x12 837

RE: [PHP] x12 837

2003-01-17 Thread Edward Peloke
Thanks Cal, I may be asking some questions! I just have a blank script now so I have a lot to do! Eddie -Original Message- From: Cal Evans [mailto:[EMAIL PROTECTED]] Sent: Thursday, January 16, 2003 4:37 PM To: Edward Peloke; Php-General@Lists. Php. Net Subject: RE: [PHP] x12 837 yea

RE: [PHP] Re: Making alternate rows of different colour

2003-01-17 Thread Edward Peloke
I did this by defining two colors, and as I looped through the query, I would just change it each time... ex... $trcolor=#F0F8FF; while ($myrow = mysql_fetch_array($result)){ $colorset=0; if ($trcolor=='#F0F8FF'){ $trcolor='#B0C4DE';

[PHP] odbc..

2003-01-21 Thread Edward Peloke
Hello all, I know I can connect to another db through an odbc connection in php. Can I use php to create the connection initially? I will be uploading an access db from the users and then moving the data over into my mysql db. Since this will all be done automatically, I will need php to

RE: [PHP] Newbie Questions

2003-01-21 Thread Edward Peloke
This is geared to php and mysql but I started by downloading the first four chapters of this book, which are free. http://sitepoint.com/books/?bookid=kevinyank Eddie -Original Message- From: Neil Freeman [mailto:[EMAIL PROTECTED]] Sent: Tuesday, January 21, 2003 10:52 AM To: Bryan

RE: [PHP] build menu with mysql data

2003-01-21 Thread Edward Peloke
Marc, I did something sort of along these lines with an 'auction' site I worked on. I displayed rows from a db. If the row had bid information in the db (or your case submenu info) then a + sign icon was displayed next to it. IF the plus sign was clicked, the page would reload and the bid or

RE: [PHP] Dynamic List Using Php

2003-01-21 Thread Edward Peloke
So the select will be generated from values in the db? here is an example of something I did.. print brCity:br; print select name='city'; $result2=mysql_query(SELECT distinct(city) from listings where approved=1 and state='$state' and country='$country');

[PHP] create new odbc connection..please help

2003-01-21 Thread Edward Peloke
Can someone point me in the right direction on how to create a new odbc connection? I need to use php to actually set up the connection. I know how to use php to connect once the connection is created and know how to create on using control paneletc, just don't know how to create one using php.

RE: [PHP] File upload problem

2003-01-21 Thread Edward Peloke
John, I have Win 98 with Apache 2 and it worked fine for me, once I commented out the file type check, didn't seem to like any file I tried, even gifs. I also had to create a folder named 'files' under my htdocs folder in apache. Eddie -Original Message- From: John M [mailto:[EMAIL

[PHP] RE: [PHP-DB] Re: [PHP] build menu with mysql data

2003-01-21 Thread Edward Peloke
; } - br Marc print $html_body_out; Edward Peloke [EMAIL PROTECTED] schrieb im Newsbeitrag [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... Marc, I did something sort of along these lines with an 'auction' site I worked on. I displayed rows from a db. If the row had bid inf

RE: [PHP] Is this just not possible?? ..create new odbc connection..please help

2003-01-22 Thread Edward Peloke
Haven't had a single response so I am not sure if this isn't possible or just really easy and something I should already know. Thanks, Eddie -Original Message- From: Edward Peloke [mailto:[EMAIL PROTECTED]] Sent: Tuesday, January 21, 2003 3:32 PM To: [EMAIL PROTECTED] Subject: [PHP

RE: [PHP] Is this just not possible?? ..create new odbc connection..please help

2003-01-22 Thread Edward Peloke
Thanks Jason, I know how to connect to an odbc datasource but will this function also allow me to create one? Thanks, Eddie -Original Message- From: Jason k Larson [mailto:[EMAIL PROTECTED]] Sent: Wednesday, January 22, 2003 9:38 AM To: Edward Peloke Cc: [EMAIL PROTECTED] Subject: Re

RE: [PHP] Is this just not possible?? ..create new odbc connection..please help

2003-01-22 Thread Edward Peloke
: Jason k Larson [mailto:[EMAIL PROTECTED]] Sent: Wednesday, January 22, 2003 9:47 AM To: Edward Peloke Cc: [EMAIL PROTECTED] Subject: Re: [PHP] Is this just not possible?? ..create new odbc connection..please help Are you wanting to have PHP dynamically create ODBC datasources instead of creating

RE: [PHP] Need help.

2003-01-22 Thread Edward Peloke
can you post some code? -Original Message- From: thkiat [mailto:[EMAIL PROTECTED]] Sent: Wednesday, January 22, 2003 10:23 AM To: [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject: [PHP] Need help. Can someone tell me what should I do to solve this problem? Warning: mysql_fetch_row():

RE: [PHP] Is this just not possible?? ..create new odbc connection..please help

2003-01-22 Thread Edward Peloke
: Edward Peloke [mailto:[EMAIL PROTECTED]] Sent: Wednesday, January 22, 2003 10:20 AM To: [EMAIL PROTECTED] Subject: RE: [PHP] Is this just not possible?? ..create new odbc connection..please help yep, I am trying to come up with a way to get data out of an access db on the users machine and load

[PHP] RE: last time, I promise...is this possible???

2003-01-22 Thread Edward Peloke
Not getting any responses so should I will plow through it, just wanted to try one more time. -Original Message- From: Edward Peloke [mailto:[EMAIL PROTECTED]] Sent: Wednesday, January 22, 2003 10:20 AM To: [EMAIL PROTECTED] Subject: RE: [PHP] Is this just not possible?? ..create new

RE: [PHP] checkboxes php

2003-01-24 Thread Edward Peloke
why would you give them all the same name? I can see this for radio buttons but not checkboxes. -Original Message- From: Greg [mailto:[EMAIL PROTECTED]] Sent: Friday, January 24, 2003 3:27 PM To: [EMAIL PROTECTED] Subject: [PHP] checkboxes php If I have 3 checkboxes labeled user, but

[PHP] chat rooms

2003-01-29 Thread Edward Peloke
Does anyone have any suggestions for a good small FREe chat room to add to a family site? A friend here at work is hosting a site from home and is looking to add a chat room. Some of his site is php so if it is php based, that would be great. We even talked today about creating our own.

RE: [PHP] php4 vs php5

2003-07-24 Thread Edward Peloke
some more good php5 info... http://www.phparch.com/news/343 -Original Message- From: Robert Janeczek [mailto:[EMAIL PROTECTED] Sent: Thursday, July 24, 2003 7:16 AM To: [EMAIL PROTECTED] Subject: [PHP] php4 vs php5 hi, i`m working on presentation of php5 features and i would like to

[PHP] webserver for mac

2003-08-26 Thread Edward Peloke
Hello all, I am doing some php work for a local company who uses a mac. I was telling them that I use apache as my webserver and they want to know what they can use as their webserver. I know nothing about Macs and don't think you an run apache but I may be all wrong...what do mac owners use

[PHP] mac web server

2003-08-26 Thread Edward Peloke
ok, please excuse my last question, I see you can use apache on a mac per the phpmac site. Thanks, Eddie -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] rename()

2003-09-11 Thread Edward Peloke
This is probably an easy question but I have been looking at this code for a while and it is all blurry..:) I have an uploaded image in a temp file that I want to rename and put in another folder. I am using rename() which works fine, the problem is, I want to force an overwrite if the file

RE: [PHP] rename()

2003-09-11 Thread Edward Peloke
PROTECTED] Sent: Thursday, September 11, 2003 3:19 PM To: Edward Peloke; [EMAIL PROTECTED] Php. Net Subject: Re: [PHP] rename() From: Edward Peloke [EMAIL PROTECTED] This is probably an easy question Yep.. ;) I have an uploaded image in a temp file that I want to rename and put in another

RE: [PHP] Re: What program do you use to Create PHP Application?

2003-05-27 Thread Edward Peloke
Just got dreamweaver and am curious what benefits you got from PHAkt over what's there in dreamweaver? -Original Message- From: zerof [mailto:[EMAIL PROTECTED] Sent: Tuesday, May 27, 2003 9:59 AM To: [EMAIL PROTECTED] Subject: Re: [PHP] Re: What program do you use to Create PHP

[PHP] thumbnails

2003-05-29 Thread Edward Peloke
Ok, I know thumbnails have been discussed and I have looked at the archives, I am just looking for opinions. I am doing a small website for a used vehicle dealer. I need to make it as easy as possible for him to add new vehicles. I plan to just give him a form for the information, and a place

RE: [PHP] thumbnails

2003-05-29 Thread Edward Peloke
thanks for all the info, I am doing this project this week (hopefully) so I am sure I will have more questions! Eddie -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Wednesday, May 28, 2003 7:14 AM To: Edward Peloke; [EMAIL PROTECTED] Php. Net Subject: Re: [PHP

[PHP] easy update

2003-05-30 Thread Edward Peloke
Ok, I enroll in the school of 'If it ain't broke, don't fix it' and my version of PHP has worked just fine so I never saw a reason to update. Now, I think I will take the plunge. I can barely remember configuring apache and php originally so is there an easy route to install the latest php

[PHP] imagecreatefromjpeg()

2003-05-30 Thread Edward Peloke
ok, I am having an off day, I admit...I got this script off codewalkers this morning (cheating, I know) ?php //phpinfo(); function thumbnail($i,$nw,$p,$nn) { $img=imagecreatefromjpeg($i); $ow=imagesx($img); $oh=imagesy($img); $scale=$nw/$ow; $nh=ceil($oh*$scale);

RE: [PHP] imagecreatefromjpeg()

2003-05-30 Thread Edward Peloke
Message- From: Steve Keller [mailto:[EMAIL PROTECTED] Sent: Thursday, May 29, 2003 2:24 PM To: Edward Peloke; [EMAIL PROTECTED] Php. Net Subject: Re: [PHP] imagecreatefromjpeg() At 5/29/2003 01:55 PM, Edward Peloke wrote: I now have php 4.3.2 I'm sorry, I read the version wrong. Feel free

RE: [PHP] imagecreatefromjpeg()

2003-05-30 Thread Edward Peloke
Nevermind, I got it working with a few ini changes... Thanks, Eddie -Original Message- From: Steve Keller [mailto:[EMAIL PROTECTED] Sent: Thursday, May 29, 2003 2:24 PM To: Edward Peloke; [EMAIL PROTECTED] Php. Net Subject: Re: [PHP] imagecreatefromjpeg() At 5/29/2003 01:55 PM, Edward

RE: [PHP] Creating favorites

2003-06-04 Thread Edward Peloke
I know you can use javascript to add the bookmark to the favorites folder, not sure how to add an icon to the toolbar.. a href=javascript:window.external.AddFavorite('http://www.yourpage.com', 'Your Page');Bookmark This Site!/a -Original Message- From: Joaco [mailto:[EMAIL PROTECTED]

RE: [PHP] OK guys, thank you so far

2003-06-04 Thread Edward Peloke
can you try if ($HTTP_GET_VARS['printout']!=yeah) {include(header.php);} does that work? -Original Message- From: Øystein Håland [mailto:[EMAIL PROTECTED] Sent: Tuesday, June 03, 2003 1:17 PM To: [EMAIL PROTECTED] Subject: [PHP] OK guys, thank you so far Now my code is extract

RE: [PHP] problems?

2003-06-04 Thread Edward Peloke
are you wanting to prevent them from using this from home? Do they vpn or something into the work network and then view this page or can they just get there from the web? -Original Message- From: Dale [mailto:[EMAIL PROTECTED] Sent: Tuesday, June 03, 2003 1:21 PM To: [EMAIL PROTECTED]

RE: [PHP] HTML and PHP

2003-06-05 Thread Edward Peloke
you would have to use echo or print statements... -Original Message- From: Christian Ista [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 04, 2003 3:48 PM To: [EMAIL PROTECTED] Subject: [PHP] HTML and PHP Hello, Look the code below. Is it an obligation to multiply the number of ?php ?.

RE: [PHP] Re: Using register_globals

2003-06-05 Thread Edward Peloke
unfortunately, it might just require someone starting at page 1, finding all the forms and the variables they pass, then find the pages they pass the variables to and changing them to the $HTTP_ method...may have to do it a form at a time -Original Message- From: Tony Crockford

RE: [PHP] Calling HTML pages

2003-06-05 Thread Edward Peloke
just remember you can't have any other output before the header() function is used... -Original Message- From: Jay Blanchard [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 04, 2003 4:19 PM To: Daniel J. Rychlik; [EMAIL PROTECTED] Subject: RE: [PHP] Calling HTML pages [snip] I was

RE: [PHP] Yearbook script?

2003-06-09 Thread Edward Peloke
I agree, this would be like most gallery type pages... I also did a small demo page for a used vehicle dealership that could be usedyou just substitute the people for the cars...:) http:\\www.peloke.webhop.org -Original Message- From: John W. Holmes [mailto:[EMAIL PROTECTED] Sent:

RE: [PHP] Yearbook script?

2003-06-09 Thread Edward Peloke
not based off anything...wrote it -Original Message- From: MIKE YRABEDRA [mailto:[EMAIL PROTECTED] Sent: Monday, June 09, 2003 9:38 AM To: PHP List Subject: Re: [PHP] Yearbook script? on 6/9/03 8:58 AM, Edward Peloke at [EMAIL PROTECTED] wrote: What script is this based off? I

RE: [PHP] PHP Hosting Sites

2003-06-10 Thread Edward Peloke
I host with http:\\www.ht-tech.net very good and knowledgeable. -Original Message- From: Martin, Stanley G [mailto:[EMAIL PROTECTED] Sent: Tuesday, June 10, 2003 10:33 AM To: [EMAIL PROTECTED] Subject: [PHP] PHP Hosting Sites Anybody have any GOOD experience with PHP Web Hosting

[PHP] nl2br

2003-06-11 Thread Edward Peloke
Ok, I am trying to create a very basic page where we can all easily work on a document. I just have a huge textarea that inserts the text into a longtext field in the mysql db. I use nl2br to keep the formatting. Of course, when the document is viewed in the textarea, all of the br / are

RE: [PHP] nl2br

2003-06-11 Thread Edward Peloke
thanks John, I will give that a shot. -Original Message- From: CPT John W. Holmes [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 11, 2003 4:18 PM To: Edward Peloke; [EMAIL PROTECTED] Php. Net Subject: Re: [PHP] nl2br I am trying to create a very basic page where we can all easily work

RE: [PHP] Help with my code

2003-06-18 Thread Edward Peloke
what is it not doing? I see you are referencing the variables directly, is register globals 'on'? Are you getting errors? -Original Message- From: Mark Clarkstone [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 18, 2003 11:09 AM To: [EMAIL PROTECTED] Subject: [PHP] Help with my code

[PHP] picture help

2003-06-18 Thread Edward Peloke
Hello all, I have this code that takes an image sent from a form and resizes it for a thumbnail and for display, the problem is the pictures look nice until this does the resizing, then the quality is horrible...can I fix it? Thanks, Eddie ? if(!empty($myimage)){ $id=$HTTP_GET_VARS['id'];

RE: [PHP] picture help

2003-06-18 Thread Edward Peloke
thanks, I tried and it doesn't help. For some reason some of the pictures I upload look fine and some look bad no matter if I use imagecopyresampled or resized -Original Message- From: Lars Torben Wilson [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 18, 2003 4:49 PM To: Edward Peloke

RE: [PHP] picture help

2003-06-19 Thread Edward Peloke
thanks Jason, This worked much better! Eddie -Original Message- From: Jason Wong [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 18, 2003 5:23 PM To: [EMAIL PROTECTED] Subject: Re: [PHP] picture help On Thursday 19 June 2003 05:05, Edward Peloke wrote: thanks, I tried and it doesn't

RE: [PHP] Form creator tool

2003-06-23 Thread Edward Peloke
Karina, I am not exactly sure of all it does but a link was posted on phparch today http://www.phparch.com/news/283 (read the user comments at the bottom) about formWizard, it may be worth a look. Eddie -Original Message- From: Karina S [mailto:[EMAIL PROTECTED] Sent: Monday, June 23,

[PHP] images..

2003-06-24 Thread Edward Peloke
I asked this question last week and thought I had it fixed but it still doesn't seem to work. I use the code below to allow the user to upload their images, once uploaded the images don't look nearly as good as they did before uploading. Another interesting thing is that if you right click on

RE: [PHP] 'Cannot send Headers' Problem!! MOre..

2003-06-27 Thread Edward Peloke
maybe you already did this but can you send your code? -Original Message- From: PHPSpooky [mailto:[EMAIL PROTECTED] Sent: Friday, June 27, 2003 9:46 AM To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Subject: RE: [PHP] 'Cannot send Headers' Problem!! MOre.. Headers can't be sent after HTML

RE: [PHP] 'Cannot send Headers' Problem!!

2003-06-27 Thread Edward Peloke
there is something in your global.inc.php that is sending output... -Original Message- From: PHPSpooky [mailto:[EMAIL PROTECTED] Sent: Friday, June 27, 2003 9:45 AM To: 'Marek Kilimajer' Cc: [EMAIL PROTECTED] Subject: RE: [PHP] 'Cannot send Headers' Problem!! Glory! Done this long time

RE: [PHP] Nothing to do with PHP

2003-06-30 Thread Edward Peloke
I believe you would achieve the same results by saying select top 10 * from system_users where lastnamelike C% Eddie -Original Message- From: Cesar Cordovez [mailto:[EMAIL PROTECTED] Sent: Monday, June 30, 2003 3:21 PM To: [EMAIL PROTECTED] Subject: [PHP] Nothing to do with PHP But,

RE: [PHP] Zend

2003-07-01 Thread Edward Peloke
I just went here...accepted and it began downloading.. http://www.zend.com/store/getfreefile.php?pid=13zbid=550 -Original Message- From: Gladk [mailto:[EMAIL PROTECTED] Sent: Tuesday, July 01, 2003 1:45 PM To: [EMAIL PROTECTED] Subject: [PHP] Zend Hi ALL! Sorry I repeat the question,

RE: [PHP] outputting a carriage return

2003-07-17 Thread Edward Peloke
try nl2br() http://us2.php.net/manual/en/function.nl2br.php -Original Message- From: bob pilly [mailto:[EMAIL PROTECTED] Sent: Thursday, July 17, 2003 9:12 AM To: [EMAIL PROTECTED] Subject: [PHP] outputting a carriage return Hi all Can someone tell me why if i echo a line like this:

[PHP] osCommerce and modifications

2003-07-18 Thread Edward Peloke
Hello, I am helping a friend with an eCommerce site. We have decided to use osCommerce. The package looks really nice and is completely PHP. My question is, does anyone have much experience with modifying it? We have to make some changes but all of the code looks fairly intertwined. Just

  1   2   3   >