Re: [PHP-DB] Warning: Page has Expired

2001-09-03 Thread olinux o
I have the same troubles. I believe that the only solution is to use GET rather than POST as your FORM METHOD. There may be another way, but this may work fine, as long as you are not working with passwords/sensitive info. olinux --- Mad Nas [EMAIL PROTECTED] wrote: Hi All I'm using PHP 4

Re: [PHP-DB] PHP and ms Access

2001-09-02 Thread olinux o
www.phpbuilder.com has an article on this olinux --- user [EMAIL PROTECTED] wrote: Hello, I am builing a microsoft access database. Now wants the compagny I created it for me to use it to make dynamic webpages. The problem is that I am new at this. Can somebody please explain the

[PHP-DB] Warning: Page has Expired

2001-07-28 Thread olinux o
How can I do away with this error when the BACK button is pushed? Thanks, olinux __ Do You Yahoo!? Make international calls for as low as $.04/minute with Yahoo! Messenger http://phonecard.yahoo.com/ -- PHP Database Mailing List

[PHP-DB] Warning Page Expired

2001-07-28 Thread olinux o
How do I eliminate this error when the BACK button is used? Warning Page Expired Thanks, olinux __ Do You Yahoo!? Make international calls for as low as $.04/minute with Yahoo! Messenger http://phonecard.yahoo.com/ -- PHP Database Mailing List

[PHP-DB] ereg_replace

2001-06-30 Thread olinux o
I have a large string and want to replace some substrings in it. This substrings are delimited by a pair of tags (all substrings), say: tag and /tag. i.e. There is the tag tag at the beginning of the substring I want to replace and a /tag tag at the end. There are several of this substrings along

RE: [PHP-DB] Grabbing string between two other strings.

2001-06-30 Thread olinux o
the ends will not always be the same - they will be pieces of html code tho - ie. font face=verdana size=2... I am having a bit of trouble because the ereg function only finds the FIRST result even though the docs refer to matchES [as in more than one]. So. i think that the preg_match_all()

Re: [PHP-DB] Passing XML

2001-06-30 Thread olinux o
Is this what you have in mind? $url = 'http://website.com/document.xml'; $str = implode('', file($url)); $str = contains the xml doc and retains formatting [spaces, newlines] $url could be a doc on the local server as well. --- Hugh Bothwell [EMAIL PROTECTED] wrote: I'm not sure how you

[PHP-DB] ereg and first occurence

2001-06-29 Thread olinux o
Hi all, I would like to extract a piece from an html file. But when I try the ereg function like this it ends up pulling EVERYTHING from the first occurence of FONT face=Verdana all the way to the end of the file. eregi(FONT face=Verdana(.*)/FONT, $string, $output); for example: any thoughts

[PHP-DB] preg_match

2001-06-29 Thread olinux o
k I have no idea on this. My code: 8 $begin = Property Type; 9 $end = BR; 10 preg_match($begin . (.*) . $end, $str, $data); The error: Warning: Delimiter must not be alphanumeric or backslash in c:\apache\htdocs\index.php on line 10

[PHP-DB] Using regexps to clean up html files

2001-06-28 Thread olinux o
hi all, I have a very large project where I have to insert information from a large number of HTML files. They are pulled from a public web database so they are somewhat consistent in format. However not all fields are present in each. So what I have decided to do is. Write a script that parses

Re: [PHP-DB] linking images

2001-04-30 Thread olinux o
Best way to do it is to store the filename in the db, faster and really simple. What I have done at my site is write a script that uploads the file. Uploading generates something like three variables [filesize, filetype, and filename] the only one I am concerned with is filename. The variables

Re: [PHP-DB] MySql select and insert

2001-04-25 Thread olinux o
what is your SQL select statement ? olinux --- johndmiller [EMAIL PROTECTED] wrote: Ok here is my problem. I have this database and the key is comprised of two fields, filename and path to file. When I read based on this key, I get 0 records found. When I insert the same record, it will

Re: [PHP-DB] comparison table script

2001-03-23 Thread olinux o
You can get an idea here of what I would like to do http://www.bestbuy.com/ComputersPeripherals/DrivesStorage/CDRW.asp?m=488cat=511scat=514 So all information is displayed side by side, most of the time used to help decide between 2 or 3 products [bestbuy limits 10 selections in their