[PHP] image field in MSSQL db

2004-07-29 Thread Edward Peloke
I have never kept my images in the database but instead used the db to hold the path to the image. I now have to connect to a third party SQL Server db which holds images with an image data type in the table. How can I pull this out so it can be diplayed? I simply can't echo out the contents as

[PHP] freeTDS

2004-07-27 Thread Edward Peloke
My web host recompiled php with the freeTDS library for me so that I can use the php mssql extensions but it still doesn't seem to work. He has told me that I can change the configuration file...what needs to be done? Thanks, Eddie -- PHP General Mailing List (http://www.php.net/) To

RE: [PHP] freeTDS

2004-07-27 Thread Edward Peloke
I was simply using a script which attempts to use the mssql_connect function yet I still get the error that it is undefined http://mwvre.ht-tech.net/dbtest.php -Original Message- From: Matt M. [mailto:[EMAIL PROTECTED] Sent: Tuesday, July 27, 2004 3:52 PM To: Edward Peloke Cc: Php

RE: [PHP] freeTDS

2004-07-27 Thread Edward Peloke
no, I don't see any mssql info...and yes, they said they did recompile with freetds. If there anything I have to change in the freetds conf file or in php.ini? -Original Message- From: Matt M. [mailto:[EMAIL PROTECTED] Sent: Tuesday, July 27, 2004 4:05 PM To: Edward Peloke Cc: Php

[PHP] shuffle

2004-07-14 Thread Edward Peloke
I am using a db class which has the following method for cycling through the records function nextRecord(){ $this-[EMAIL PROTECTED]($this-queryID); $status=is_array($this-Record); return ($status); } where queryID is set by running the query. It works fine and I can run it as follows

RE: [PHP] Re: shuffle

2004-07-14 Thread Edward Peloke
yep, that causes nothing to be returned. -Original Message- From: Torsten Roehr [mailto:[EMAIL PROTECTED] Sent: Wednesday, July 14, 2004 2:20 PM To: [EMAIL PROTECTED] Subject: [PHP] Re: shuffle Edward Peloke [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] I am using a db

RE: [PHP] shuffle

2004-07-14 Thread Edward Peloke
that shuffle() expects parameter 1 to be an array, boolean given. -Original Message- From: Edward Peloke [mailto:[EMAIL PROTECTED] Sent: Wednesday, July 14, 2004 2:23 PM To: Php-General Subject: [PHP] shuffle I am using a db class which has the following method for cycling through the records

RE: [PHP] shuffle

2004-07-14 Thread Edward Peloke
I didn't try that but it works great...thanks! -Original Message- From: Torsten Roehr [mailto:[EMAIL PROTECTED] Sent: Wednesday, July 14, 2004 3:53 PM To: [EMAIL PROTECTED] Subject: Re: [PHP] shuffle Edward Peloke [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] it is strange

[PHP] easy data port

2004-07-12 Thread Edward Peloke
Hello, I have a real estate customer who wants to keep data about their own listings in a mysql db but wants to also pull data from the mls listing db which is sql server. They want to basically use the mls software and enter into the sql server db but have the php site pull from that server and

[PHP] using the mssql functions on a linux server

2004-07-12 Thread Edward Peloke
This may be a dumb question but how do I enable the mssql extension on a Linux server...if possible? I have a site which needs to connect to a mssql db. On my windows server, I just enable the mssql.dll extension...how do I do it on the Linux server? Thanks, Eddie WARNING: The information

RE: [PHP] Re: using the mssql functions on a linux server

2004-07-12 Thread Edward Peloke
http://php.us.themoes.org/manual/en/ref.mssql.php: == To use the MSSQL extension on Unix/Linux, you first need to build and install the FreeTDS library. Source code and installation instructions are available at the FreeTDS home page: http://www.freetds.org/ Hope this helps you, Arnout Edward Peloke

[PHP] php mls and realtor.com

2004-07-08 Thread Edward Peloke
I have a site where the user currently enters their data into a local db, then goes to another site and enters it for the state mls, then uses realtor.com to enter it for that mls, they want one form where they can enter the date and have it go to all three. Has anyone worked with interfacing

[PHP] calling imagemagick from php

2004-06-29 Thread Edward Peloke
Hello, I am trying to call imagemagick directly from php and am using this code: http://sniptools.com/vault/dynamic-thumbnailing-with-imagemagick-in-php.htm problem is, nothing happens, I simply get the returned error that the thumbnail wasn't created. I have talked to my isp and imagemagick is

RE: [PHP] calling imagemagick from php

2004-06-29 Thread Edward Peloke
is wrong? Thanks, Eddie -Original Message- From: Edward Peloke [mailto:[EMAIL PROTECTED] Sent: Tuesday, June 29, 2004 10:14 AM To: Php-General Subject: [PHP] calling imagemagick from php Hello, I am trying to call imagemagick directly from php and am using this code: http://sniptools.com

RE: [PHP] calling imagemagick from php

2004-06-29 Thread Edward Peloke
'theThumb.gif',$retvalue)' Thanks, Eddie -Original Message- From: Michal Migurski [mailto:[EMAIL PROTECTED] Sent: Tuesday, June 29, 2004 11:09 AM To: Edward Peloke Cc: Php-General Subject: RE: [PHP] calling imagemagick from php I have actually changed my code to this for debug purposes

RE: [PHP] calling imagemagick from php

2004-06-29 Thread Edward Peloke
I changed 200 x 200 to 200x200 and it still doesn't work. I also checked and safe_mode is OFF. Thanks, Eddie -Original Message- From: Edward Peloke [mailto:[EMAIL PROTECTED] Sent: Tuesday, June 29, 2004 11:36 AM To: Michal Migurski Cc: Php-General Subject: RE: [PHP] calling imagemagick

[PHP] gd2 functions without gd2?

2004-06-25 Thread Edward Peloke
I have a small image resize function which works great on my local server as I have the gd2 library. It uses the imagecreatetruecolor function which makes the thumbnails look good, without it, they look bad. The problem is, my webhost is not going to upgrade to gd2 sois there anyway I can

[PHP] image upload woes

2004-06-25 Thread Edward Peloke
I have code which attempts to upload some files and create thumbnails. The same code on one server works ok, the same code on another server throws an error everytime I hit submit that says The document contains no data...it appears to be a javascript error. It is not an error that I am

RE: [PHP] Online HTML editor

2004-06-21 Thread Edward Peloke
not a class but I use this.. http://www.interactivetools.com/products/htmlarea/documentation.html -Original Message- From: Todd Cary [mailto:[EMAIL PROTECTED] Sent: Monday, June 21, 2004 3:02 PM To: [EMAIL PROTECTED] Subject: [PHP] Online HTML editor I want to create an email

[PHP] protecting your source code?

2004-06-14 Thread Edward Peloke
I wrote a bunch of code that will be used for a local site. I usually do all my hosting with a friend who I trust...the new site will be hosted by another company in town (not my choosing) who I don't necessarily trust to not copy the code and reuse it for other sites. How can I protect the

RE: [PHP] protecting your source code?

2004-06-14 Thread Edward Peloke
- From: James Harrell [mailto:[EMAIL PROTECTED] Sent: Monday, June 14, 2004 3:55 PM To: Edward Peloke; Php-General Subject: RE: [PHP] protecting your source code? Hi Edward, Check out the Zend Encoder: www.zend.com To run encoded/compiled programs, the server will need the (free) Zend Optimizer

[PHP] patRSS

2004-06-11 Thread Edward Peloke
Does anyone use patRSS for the rss feeds? http://www.php-tools.net/site.php?PHPSESSID=99dd0269b03bee4046c3395d5561162 1file=/patMisc/rss.xml I don't see much online about it. It seems to work fine, but I now have to cycle through another array to pull out and format everything. Thanks, Eddie

[PHP] dynamically build array from db

2004-06-08 Thread Edward Peloke
I have a class which builds a set of tabs...the class expects an array in this form array(Site Info=siteinfo.php,Contact Us=contactus.php)..where Site Info is a link to siteinfo.php. The build tabs method of the class then loops through the array outputing a set of tabbed links on the page. The

RE: [PHP] Re: dynamically build array from db

2004-06-08 Thread Edward Peloke
ah..yes, thanks, works like a charm. -Original Message- From: Torsten Roehr [mailto:[EMAIL PROTECTED] Sent: Tuesday, June 08, 2004 8:49 AM To: [EMAIL PROTECTED] Subject: [PHP] Re: dynamically build array from db Edward Peloke [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] I

[PHP] search engine optimization and php

2004-06-08 Thread Edward Peloke
Just curious as to how people handle search engine optimization when most of the page content is dynically built from the db. Doesn't the bots need to crawl the static pages and match your keywords to actual words in the file? Also, is it not a good idea to put all your meta keywords into a

RE: [PHP] image resize looks horrible..

2004-06-07 Thread Edward Peloke
Any ideas as to how I can fix this function??? -Original Message- From: Edward Peloke [mailto:[EMAIL PROTECTED] Sent: Thursday, June 03, 2004 4:18 PM To: Php-General Subject: [PHP] image resize looks horrible.. I am using the below function which does seem to resize the image yet

[PHP] image resize looks horrible..

2004-06-03 Thread Edward Peloke
I am using the below function which does seem to resize the image yet the colors in the resized image look horrible. How can I resize the image yet keep the colors in tact? Thanks, Eddie Justin-I tried your code but it didn't seem to do anything...I will just use this function if the color will

[PHP] image resize problems

2004-06-02 Thread Edward Peloke
I have looked at several of the functions and tried a few tutorials online but am not having much luck for some reason resizing images. I have this code which works fine but everytime I try to add some resizing code, I get the error that the image is not a valid image resource. I have even

[PHP] best way to do this with arrays...

2004-05-24 Thread Edward Peloke
Hello, I have a table in a database that holds begin and end dates...I would like to select all the begin and end dates for a certain id, then add those dates, plus the dates between them to an array...example. Begin date 2004-07-04 End date 2004-07-09 I want the array to hold,

RE: [PHP] Re: best way to do this with arrays...

2004-05-24 Thread Edward Peloke
the tricky part is I could have fifteen rows in the db all with different start and end dates that I need to check each day against. -Original Message- From: Michal Migurski [mailto:[EMAIL PROTECTED] Sent: Monday, May 24, 2004 10:18 AM To: Torsten Roehr Cc: [EMAIL PROTECTED] Subject: Re:

[PHP] array_push

2004-05-21 Thread Edward Peloke
Ok, I am having a brain cramp for some reason but I need to pass in an array to my form class to build select boxes. The array is (id=John Doe), I need to dynamically build this array from a query but I am getting errors using array_push.do I need to use array_merge? Example: $sql=new

RE: [PHP] array_push

2004-05-21 Thread Edward Peloke
Peloke Cc: 'php-general' Subject: Re: [PHP] array_push On Fri, 21 May 2004, Edward Peloke wrote: $sql=new Database(); $sql-query(select fname,lname, id from clients); $clients[]=array(); while($sql-nextRecord()){ array_push($clients, $sql-getField('id')=$sql-getField('fname')); } // while

[PHP] dynamically building insert/update forms from db

2004-05-14 Thread Edward Peloke
I was up late last night creating insert and update forms for tables in my db and knew there had to be a better way. I do have a class that will generate forms but I still have to create each input..i.e $forms-inputBox(), etc. I want to be able to pass in a table name and have a form returned to

RE: [PHP] dynamically building insert/update forms from db

2004-05-14 Thread Edward Peloke
desc? how would it know that I want the numeric in the db to be a menu item or yes, no on the form? Thanks, Eddie -Original Message- From: Steve Douville [mailto:[EMAIL PROTECTED] Sent: Friday, May 14, 2004 10:26 AM To: Edward Peloke; Php-General Subject: Re: [PHP] dynamically building

[PHP] accessing $_POST from another page.

2004-05-13 Thread Edward Peloke
I have a page class which controls what happens within a given page. For example, the code in my index page is this: $page=new AdminPage(); $page-action($action); $page-paint($paint); The paint and action methods simply set include files Function action($action){

[PHP] session names

2004-05-11 Thread Edward Peloke
It is necessary to always name your sessions?or is session_start() sufficient? Thanks, Eddie WARNING: The information contained in this message and any attachments is intended only for the use of the individual or entity to which it is addressed. This message may contain information

[PHP] php calender

2004-05-11 Thread Edward Peloke
I am currently working on a site for a vacation rental company. They want the ability to show users the availability of certain properties. The availability will be held in a mysql db so I assume I will have to dynamically build a small javascript menu or somethingI am just looking for some

RE: [PHP] Re: thumbnails of images

2004-05-10 Thread Edward Peloke
won't the gd library do this? http://www.php.net/manual/en/function.exif-thumbnail.php if there is a better function..I am interested in it also as I have to do this something this week for a project. Thanks, Eddie -Original Message- From: Torsten Roehr [mailto:[EMAIL PROTECTED] Sent:

[PHP] frameworks

2004-05-07 Thread Edward Peloke
Ok...I don't want to start a flame war but I have a project coming up with a very short code cycle...2-3 weeks. I am a procedural guy but want to do more OOP in this project...what are the votes for a good overall framework to use? I need good seperation of code and presentation (smarty) but

RE: [PHP] OK SQL experts...

2004-04-23 Thread Edward Peloke
why are the table and field names surrounded by single quotes? -Original Message- From: Brian Dunning [mailto:[EMAIL PROTECTED] Sent: Friday, April 23, 2004 11:19 AM To: [EMAIL PROTECTED] Subject: [PHP] OK SQL experts... I STFW and RTFM and I still can't figure out why this returns a

RE: [PHP] OK SQL experts...

2004-04-23 Thread Edward Peloke
tried it both ways - didn't make any difference (phpmyadmin adds the single quotes when I was trying to use its sql function to debug, so I figured what the hell)... On Apr 23, 2004, at 8:27 AM, Edward Peloke wrote: why are the table and field names surrounded by single quotes? -Original

RE: [PHP] OK SQL experts...

2004-04-23 Thread Edward Peloke
what value is being put in the $keyword variable? You are sure all these columns exist? -Original Message- From: Brian Dunning [mailto:[EMAIL PROTECTED] Sent: Friday, April 23, 2004 11:36 AM To: [EMAIL PROTECTED] Subject: Re: [PHP] OK SQL experts... Backticks, single quotes, or nothing

RE: [PHP] OK SQL experts...

2004-04-23 Thread Edward Peloke
if you echo out the query..what is the output? -Original Message- From: Brian Dunning [mailto:[EMAIL PROTECTED] Sent: Friday, April 23, 2004 11:36 AM To: [EMAIL PROTECTED] Subject: Re: [PHP] OK SQL experts... Backticks, single quotes, or nothing at all makes no difference. I believe

RE: [PHP] Reristration form

2004-04-23 Thread Edward Peloke
you are looking for $username but your id is $usermame. -Original Message- From: Erik Gjertsen [mailto:[EMAIL PROTECTED] Sent: Friday, April 23, 2004 1:01 PM To: [EMAIL PROTECTED] Subject: [PHP] Reristration form I shall made a registration schema to user log on. But when I fill in

RE: [PHP] OK SQL experts...

2004-04-23 Thread Edward Peloke
doesn't look like your $keyword value contains anything. -Original Message- From: Brian Dunning [mailto:[EMAIL PROTECTED] Sent: Friday, April 23, 2004 1:19 PM To: [EMAIL PROTECTED] Subject: Re: [PHP] OK SQL experts... On Apr 23, 2004, at 10:13 AM, John Nichel wrote: Brian Dunning

[PHP] self documenting php

2004-04-22 Thread Edward Peloke
Hello, What is a good tool to use for documenting php? I am looking for something like javadoc. I think there is phpdoc, just not sure if it's any good or if I should try to create my own. Thanks, Eddie WARNING: The information contained in this message and any attachments is intended only

RE: [PHP] Re: self documenting php

2004-04-22 Thread Edward Peloke
thanks, I just downloaded it from sourceforge. -Original Message- From: Torsten Roehr [mailto:[EMAIL PROTECTED] Sent: Thursday, April 22, 2004 8:51 AM To: [EMAIL PROTECTED] Subject: [PHP] Re: self documenting php Edward Peloke [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED

RE: [PHP] oo question

2004-04-19 Thread Edward Peloke
so, would you add a function to return all if you wish? I am finally breaking my habits with php and trying the oo approach also. So, this: function Customer($customer_id = 0) doesn't always set the customer_id to 0 even when you pass one in? Eddie -Original Message- From: Chris W.

RE: [PHP] Re: oo question

2004-04-19 Thread Edward Peloke
Chris, Are you thinking of having a class like this for each of the tables in your db? I am trying to build myself some reusable code and am trying to think through the best way to do it. I have started playing with java and hibernate and it has classes for each table so I was thinking of doing

RE: [PHP] PHP Web Hosting

2004-04-19 Thread Edward Peloke
I use www.ht-tech.net very good and reliable. Eddie -Original Message- From: Adam Voigt [mailto:[EMAIL PROTECTED] Sent: Monday, April 19, 2004 3:21 PM To: Martin, Stanley G [Contractor for Sprint] Cc: [EMAIL PROTECTED] Subject: Re: [PHP] PHP Web Hosting Not sure about that particular

RE: [PHP] PHP Web Hosting

2004-04-19 Thread Edward Peloke
to navigate to their packages, will get overlooked by me ;) Edward Peloke wrote: I use www.ht-tech.net very good and reliable. Eddie -Original Message- From: Adam Voigt [mailto:[EMAIL PROTECTED] Sent: Monday, April 19, 2004 3:21 PM To: Martin, Stanley G [Contractor for Sprint] Cc

[PHP] running php in sequence

2004-03-30 Thread Edward Peloke
I am using php in combination with ant to create a small automated build process. Will php run sequentially? What I mean is I have a series of modules or tasks: Example: //check out files include(modules/checkout.php) //zip up the files include (modules/zip.php) etc Will php wait to execute

[PHP] why won't mssql work?

2004-03-29 Thread Edward Peloke
I know I am missing a stupid step but I have php_mssql.dll in my php extensions folder and have uncommented the line in the ini file yet it still doesn't recognize the functions. Do I need to do something else? Thanks, Eddie WARNING: The information contained in this message and any

RE: [PHP] Re: why won't mssql work?

2004-03-29 Thread Edward Peloke
] Sent: Monday, March 29, 2004 12:01 PM To: [EMAIL PROTECTED]; Edward Peloke Subject: [PHP] Re: why won't mssql work? EP I know I am missing a stupid step but I have php_mssql.dll in my EP php extensions folder and have uncommented the line in the ini EP file yet it still doesn't recognize

RE: [PHP] Re: why won't mssql work?

2004-03-29 Thread Edward Peloke
\installomatic\starteam.php on line 3 Thanks, Eddie -Original Message- From: Adam Voigt [mailto:[EMAIL PROTECTED] Sent: Monday, March 29, 2004 1:41 PM To: Edward Peloke Cc: [EMAIL PROTECTED] Subject: RE: [PHP] Re: why won't mssql work? Your php.ini is in-fact in your WINNT directory correct

RE: [PHP] Re: why won't mssql work?

2004-03-29 Thread Edward Peloke
To: [EMAIL PROTECTED] Subject: Re: [PHP] Re: why won't mssql work? Edward Peloke wrote: Yes, my php.ini is in my WINNT directory. I am running php 4.3.4 and originally got an error that it couldn't find php5dts.dll in my classpath, then it would complain that it couldn't load the php_mssql.dll. I

RE: [PHP] Re: why won't mssql work?

2004-03-29 Thread Edward Peloke
Upgraded to 4.3.5 and all is working...thanks! Eddie -Original Message- From: Lester Caine [mailto:[EMAIL PROTECTED] Sent: Monday, March 29, 2004 2:19 PM To: [EMAIL PROTECTED] Subject: Re: [PHP] Re: why won't mssql work? Edward Peloke wrote: Yes, my php.ini is in my WINNT directory

[PHP] php_mssql

2004-03-26 Thread Edward Peloke
Hello, I am attempting to connect to a mssql db so I have the php_mssql.dll in my extensions folder and have uncommented it from my php.ini file yet still get an error that it can't find the module when apache starts. Does I need to add it somewhere in my apache conf file? Thanks, Eddie

[PHP] sending form values

2004-03-25 Thread Edward Peloke
Is there an easy way to loop through the $_Post vars and create a table with all the names and values? I need a class that I can attach to any form to output the names and values then e-mail them. Thanks, Eddie WARNING: The information contained in this message and any attachments is intended

[PHP] installing.

2004-03-18 Thread Edward Peloke
Hello, I know this is probably something stupid but... I have two windows2000 machines, both with Apache 1.3.2 and PHP 4.3. One of the machines works fine yet the other keeps throwing the error that it can't find the apache.dll when apache loads.. snip Syntax error on line 989 of c:/program

RE: [PHP] OT PHP Programmers

2004-03-18 Thread Edward Peloke
php|architect also has a forum now for job postings http://www.phparch.com/discuss/ Eddie -Original Message- From: Chris Shiflett [mailto:[EMAIL PROTECTED] Sent: Thursday, March 18, 2004 1:56 PM To: Jack Sasportas; PHP Subject: Re: [PHP] OT PHP Programmers --- Jack Sasportas [EMAIL

[PHP] perl, cgi and php

2004-03-10 Thread Edward Peloke
Hello, First let me say, I know very little about perl and cgi. I have a friend who is moving his site to a new hosting company. One of his php pages has the following line of code: ?php virtual(./timeline/ganttChart.cgi?user={$gallery-session-username}); ? but when the page is displayed all

[PHP] executing ant from php

2004-03-04 Thread Edward Peloke
Hello All, I have an ant build file that I want to execute from a php page. I have never had much luck with the exec function but is this simply what I would use? This is on a windows 2000 system. Do I need to put the build file in the same directory as the php page executing it? Thanks,

[PHP] PEAR file??

2004-02-25 Thread Edward Peloke
Hello, I have a friend who has moved his website to a new host and I am helping him clean up some of the code. In one of his pages, he gets this error. He of course, doesn't have the gallery/init.php file in his directory and it is not on the server. Does anyone recognize this as a pear file

RE: [PHP] Re: PEAR file??

2004-02-25 Thread Edward Peloke
Thanks for all the info... Yeah, my guess was that it might be part of gallery somehow. I will download it and take a look. Thanks, Eddie -Original Message- From: Ben Ramsey [mailto:[EMAIL PROTECTED] Sent: Wednesday, February 25, 2004 10:45 AM To: [EMAIL PROTECTED]; Edward Peloke

RE: [PHP] Re: PEAR file??

2004-02-25 Thread Edward Peloke
I downloaded gallery and it does have the init file which does seem to work...of course now there are other errors but at least there is progress! -Original Message- From: Ben Ramsey [mailto:[EMAIL PROTECTED] Sent: Wednesday, February 25, 2004 10:50 AM To: [EMAIL PROTECTED]; Greg Beaver

[PHP] amfphp

2004-02-09 Thread Edward Peloke
Hello, Is anyone using flash in conjunction with amfphp on a production site? I am really interested in trying it out and have been to the amfphp site, now am just looking for some more examples of what it can do. Thanks, Eddie -- PHP General Mailing List (http://www.php.net/) To unsubscribe,

[PHP] to array or not to array..

2004-01-12 Thread Edward Peloke
Ok, This is probably a basic question, I am just looking for opinions and examples as to the best way to handle this... I cycling through a query and displaying results to the user such as ... usernamecan add can delete eddieY N frank

RE: [PHP] to array or not to array..

2004-01-12 Thread Edward Peloke
Thanks Shawn, That works great, I am messing myself up, however because I am using checkboxes so when I run this, if I have unchecked the checkbox, the value doesn't come through and I want an unchecked box to be 0 for example so I may need some javascript... Thanks, Eddie -Original

[PHP] php and java

2003-11-19 Thread Edward Peloke
Ok, First, let me say, I have looked at the manual and searched the past posts but still can't get this to work. I also should say that this is my first time trying to bridge php and java so this may be a stupid questionI have a java class(DateUtil) in a package (testphp). I then took the

RE: [PHP] Create from PHP on the Fly???

2003-10-02 Thread Edward Peloke
http://www.phparch.com/news/634 -Original Message- From: Evan Nemerson [mailto:[EMAIL PROTECTED] Sent: Thursday, October 02, 2003 2:11 PM To: Jay Blanchard; [EMAIL PROTECTED] Subject: Re: [PHP] Create from PHP on the Fly??? tis (beer) free for personal use, but expensive for commercial

[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

[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

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] 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

RE: [PHP] osCommerce and modifications

2003-07-18 Thread Edward Peloke
and the rational mind is a faithful servant. We have created a society that honors the servant and has forgotten the gift. - Albert Einstein From: [EMAIL PROTECTED] (Edward Peloke) Date: Fri, 18 Jul 2003 09:20:44 -0400 To: [EMAIL PROTECTED] Php. Net [EMAIL PROTECTED] Subject: [PHP] osCommerce

RE: [PHP] eShox

2003-07-18 Thread Edward Peloke
I downloaded osCommerce yesterday from sourceforge...very easy to set up and looked really nice. -Original Message- From: Ryan A [mailto:[EMAIL PROTECTED] Sent: Friday, July 18, 2003 9:46 AM To: [EMAIL PROTECTED] Subject: [PHP] eShox Hi, I have just been browsing the list and I see a

RE: [PHP] eShox

2003-07-18 Thread Edward Peloke
thanks Richard, I will let the guy know who I am doing this for...I really appreciated it. -Original Message- From: Richard Baskett [mailto:[EMAIL PROTECTED] Sent: Friday, July 18, 2003 9:45 AM To: PHP General Subject: Re: [PHP] eShox Mostly eShox you are paying for support. It's a

[PHP] paypal and ecommerce

2003-07-18 Thread Edward Peloke
Looking for opinions as to the best way to handle this. I am using a php ecommerce product(osCommerce) to create an 'online yardsale'. This will not be an auction site but items for sale at a straight price. Currently the site is set up so the user can place several things in their basket,

RE: [PHP] paypal and ecommerce

2003-07-18 Thread Edward Peloke
at one time. Do you want suggestions on how to set it up for one checkout process, and several payment destinations? -Dan Joseph -Original Message- From: Ralph Guzman [mailto:[EMAIL PROTECTED] Sent: Friday, July 18, 2003 2:57 PM To: 'Edward Peloke'; '[EMAIL PROTECTED] Php

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:

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] 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] '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

[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] 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,

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] 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

[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] 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

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] 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

  1   2   3   >