Re: [PHP] Images not stored in Databases

2002-12-24 Thread Steve Vernon
t; huge. > > Is that what you mean? > > Eddie > > -Original Message- > From: Steve Vernon [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, December 24, 2002 8:57 AM > To: [EMAIL PROTECTED] > Subject: [PHP] Images not stored in Databases > > > Hiya, > I h

[PHP] Newsletter using PHP and MySQL

2003-01-31 Thread Steve Vernon
Hiya, I have nearly finished a project I am working on, and completely forgot about having a newsletter service! Basically its a website, and on the registration page people opt in or out of the newsletter, and this is a field in the database. So either once a week, or randomly I want to

[PHP] Threads in PHP? URL call from PHp?

2003-02-14 Thread Steve Vernon
Hiya, Perhaps I don't mean threads! Basically I have a PHP script which is in a website, and runs when a certain input is recieved and it is quite complicated, and may take quite a time to finish, as it will be sending quite a few emails. The emails do not have to be sent straight away, an

Re: [PHP] Threading

2003-02-22 Thread Steve Vernon
Hiya Greg or anyone else! I realise that PHP does not have inherent thread support as yet. But is it possible to simulate threads? What I would like is for the user in a web site in a rare condition to cause a long script to be completed. Now as far as I can make out you can make it not ti

[PHP] Converting HMLT to Text in PHP

2003-03-13 Thread Steve Vernon
Hiya, I'm working on an email part of a site, normally I just send in text, but for this site I need to send HTML and text. Now I have made the HTML ones, that work fine. Is there a PHP way to convert this to a normal text file for the text emails? It dosent need to be that preety or

[PHP] GD Error

2002-08-08 Thread Steve Vernon
Hiya, How do you get GD to work on widnows 2K please? My System has PHP installed on c:\PHP and I have got a copy of php_gd.dll and placed it in f:\WINNT , f:\WINNT\System32 and all other places I could think! The origional extension_dir was set to ".\" but I deleted that to "" and then s

[PHP] Sessions

2002-10-05 Thread Steve Vernon
Hiya, Just upgraded to 4.2.3 and I am using the attatched PHP.ini file. I use sessions on my website, and they dont seem to work now after the upgrade. Just wondering which lines do I need to alter please? After I logon, they loose the session after choosing another page. Every page runs the f

[PHP] Session 3

2002-10-08 Thread Steve Vernon
Sessions problems in 4.2.3, with register globals off Ok I got an email that gave me where some code was wrong, I said thanks and never tested it! Fixing the code it still dont work. SO I thought id make a simple code to test sessions, and that don't work. What am I doing wrong??!! The followi

Re: [PHP] Session 3

2002-10-08 Thread Steve Vernon
Solved it! Didn't add a temp directory for sessions! -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] UPDATE MySQL

2002-11-13 Thread Vernon Webb
s date and then redircts to the actual page they are going to. This however does not work I am getting a Parse error. -- Original Message --- From: Marco Tabini <[EMAIL PROTECTED]> To: vernon <[EMAIL PROTECTED]> Sent: 13 Nov 2002 17:18:18 -0500 Subject: Re: [PHP] UPDATE My

Re: [PHP] UPDATE MySQL

2002-11-13 Thread Vernon Webb
I made some modifications to the code and I do not get ant error messages, but the database is still not updated. Here's the code: -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] catching a robot or spider - asking too

2002-11-19 Thread Steve Vernon
>From what I think I heard on another group was that it dosent matter what stylesheet you use, it will just read the file, getting words and following links. Cant remember where I read this, think it was a forum, and they were argueing about robots and whether they follow links specified in JavaScr

[PHP] FW: Help please!

2002-07-02 Thread Steve Vernon
Hello, I have a PHP script which gets data from a MySQL database and returns an image. So returns the image of id 3 from the database. What I really want is to state width is 100 and height is 100 for example so I do not have to downlaod the entire picture and specify the width and height

RE: [PHP] FW: Help please!

2002-07-02 Thread Steve Vernon
No, I did think of it, but the page may end up with quite a few pics, and I download of a modem... Prefer if server has the load... Steve |-Original Message- |From: Lazor, Ed [mailto:[EMAIL PROTECTED]] |Sent: 02 July 2002 21:34 |To: '[EMAIL PROTECTED]'; [EMAIL

[PHP] Picture Cache

2002-07-04 Thread Steve Vernon
Hello, At the moment I have a PHP script which accesses a database, to get the data to return a picture. So the follwing url is actually a picture of type image/jpeg: getdata.php?id=6 So I can use: Thats great and it works fine, but I feel that it does

[PHP] German Date - GMDATE Function

2003-10-22 Thread Steve Vernon
Hello, When I use the gmdate function, I get the English date, e.g. October. Is it possible to get the date in German or another language? I really need the server setting up so that it can handle different languages. I suppose I could get the month as a number, and then convert the number, but t

[PHP] MP3 Ripping

2003-10-27 Thread Steve Vernon
(Windows 2k, Apache, PHP, MySQL, Large Computer with Raid Array and Big Drives!!!) (Appology if this is been asked before, but I couldnt see it) Hello, First of all I had better say I don't think I am doing anything illegal. I have over a thousand origional CD's, and would basically like not havi

Re: [PHP] MP3 Ripping

2003-10-27 Thread Steve Vernon
erythros and Burhan, Thanks for the reply. Basically I started putting my music into a program , and the program I did it on didn't like the amount of tracks (kept crashing), and didn't give me as many options as I would like. I'm not worried about a fancy interface and graphical displays of the

[PHP] Color / Colour on the command line

2003-10-29 Thread Steve Vernon
Hiya, I have quite a few maitenence php scripts I run on the command line in windows. I realise there are ways to alter the look of the DOS command prompt in windows. But if I reinstall windows, or use the script on another machine they will be lost. I'm thinking of letting users download it as w

[PHP] COM and PHP.ini

2003-11-07 Thread Steve Vernon
(PHP 4.3.0, Windows XP Pro, Office 2000 Pro) Hello, Just playing around with COM, and I got the error below. Searching on google it mentions something about a DLL error. Iv'e enabled dcom in php.ini. What have I missed! Line 2 says $excel = new COM("Excel.Application") or die("Excel could not

[PHP] Search File

2003-11-21 Thread Vernon Webb
I'm trying to find a way to search text files in a directory using php. I've done some researching under the filesystem section on php.net but seem to have come up empty handed. Is there a way to do keyword searches on a txt file in a directory hopefully with some type of relevance ranking? Thanks

[PHP] Max Upload FIle Size

2003-12-05 Thread Steve Vernon
Hello, I have search google, and PHP but I cannot find properly how to set the maximum post upload size as 200Kb? Do I use 200K or 200KB for post_max_size? THANKS Steve -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Site Moved From PHP4 to PHP5 Server - header, location no longer working

2010-01-06 Thread Vernon Webb
I move a number of sites from one server to another and one the one server we had php4 and now we have php5 and since then my server seems to hang every time there is a header, location redirect. Anyone have any ideas on how to resolve this? Is there something I can easily change in the php.ini

RE: [PHP] Site Moved From PHP4 to PHP5 Server - header, location no longer working

2010-01-07 Thread Vernon Webb
y odd is the fact that it worked in a previous version of php, so waht's changed? ~V From: Ashley Sheridan [mailto:a...@ashleysheridan.co.uk] Sent: Thu 1/7/2010 7:52 AM To: James McLean Cc: Vernon Webb; php-general@lists.php.net Subject: Re: [PHP] Site Moved

RE: [PHP] Site Moved From PHP4 to PHP5 Server - header, location no longer working

2010-01-07 Thread Vernon Webb
Didn't know there were php logs, I thought they would be included in the Apache logs, where do I find the php logs? ~V From: Ashley Sheridan [mailto:a...@ashleysheridan.co.uk] Sent: Thu 1/7/2010 8:42 AM To: Vernon Webb Cc: php-general@lists.php.net Subjec

RE: [PHP] Site Moved From PHP4 to PHP5 Server - header, location no longer working

2010-01-07 Thread Vernon Webb
It's the oddest thing. I've found the logs but there is no error at all, the server just hangs and the only way to get it back is to restart Apache. From: Ashley Sheridan [mailto:a...@ashleysheridan.co.uk] Sent: Thu 1/7/2010 9:04 AM To: Vernon We

[PHP] Having problems connecting to MS SQL2000 server on PHP5

2005-04-29 Thread Vernon Jenewein
that is up and running. Also I have not had much success with Apache Server 2.0.54 as yet.. any one else? Would be nice if authors would not assume that you ALWAYS want to use MySQL or any other database manager, and just put in a few examples from different angles. thanks in advance if you h

[PHP] After Upgrade to php 5 unlink fails

2006-11-14 Thread Vernon Webb
I've just upgraded to php 5 and am now getting the following error: Warning: unlink(/home/mywebsite/public_html/resumes/travelport_holiday_rev1.html) [function.unlink]: No such file or directory This worked fine prior to the upgrade and obviously the file does exist. What has changed and how

[PHP] php 3 to 5 upgrade: foreach loop no longer working

2006-04-18 Thread Vernon Webb
I've recently upgraded a server from Fedora Core 3 to Core 5 in the process php had been upgraded from either 3 or 4 to php 5. In doing so I had to do a major overhaul of a web site as many things stopped working (.i.e $HTTP_POST_VAR, etc). Haven't gotten through most of that I know have a pr

Re: [PHP] php 3 to 5 upgrade: foreach loop no longer working

2006-04-18 Thread Vernon Webb
> Register Globals? You got it. Is there any advantage to having this turned off? -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] File Handing Windows / Linux

2004-11-14 Thread Steve Vernon
Hiya! I am trying to make some code which gets a handle to a directory, but has different code for my localhost (Windows) and for online (Linux server). Basically, I want either of the below lines. Say if the first fails, it must be on Linux and then it uses the line below. The two example lin

[PHP] Snyc Outlook Calendar with Website

2004-12-05 Thread Steve Vernon
Hiya, Any help or advice would be great. At the moment I sync my mobile with my computer (Microsoft Outlook), with all my tasks and calendar entries. I have made a PHP website with my own coded calendar system. The entries in the calendar are stored in a MySQL database. At the moment every day

[PHP] Shopping Cart

2009-05-16 Thread Vernon St Croix
Hi, I am pretty new to PHP and I am trying to create a shopping cart. I keep on getting the below error when trying to show the shopping list. Any guidance that can be provided will be very much appreciated Fatal error: Call to a member function query() on a non-object in C:\wamp\www\draft\b

[PHP] Check out system for Shopping Cart

2009-05-21 Thread Vernon St . Croix
Can you please help with my checkout script. I have been getting errors as shown below: Warning: mysqli_query() expects parameter 1 to be mysqli, object given in C:\wamp\www\draft\checkout.php on line 26 Warning: mysqli_affected_rows() expects parameter 1 to be mysqli, object given in C:

[PHP] Display Image

2009-05-25 Thread Vernon St . Croix
I am trying to send images to my browser using the header function, but keep on getting 'No image Available'. Can someone please help!! _ View your Twitter and Flickr updates from one place – Learn more! http://clk.atdmt.com/UKM/go/

<    1   2