Re: [PHP] Re: How to do this? 6 lines of code...Parse error

2004-01-03 Thread Ryan A
gt; dosomethingto($product); > ?> > > However, if you are unable to rewrite your script: > > The correct syntax is: > ${'product' . $i} > ?> > > "Ryan A" <[EMAIL PROTECTED]> wrote in message > news:[EMAIL PROTECTED] > > Hi, > > am a bi

[PHP] finding phpize

2004-01-03 Thread Ryan A
Hi guys, I am trying to install Turck MMCache on our server but have no idea about linux...I have gone through all the steps a fellow list user (R'twick) gave me to install this, up till $PHP_PREFIX/bin/phpize when I type that it says: no file or directory by that name so after searching o

[PHP] Readfile, DAP and 3 questions

2004-01-04 Thread Ryan A
Hi, I have just started using PHP's file operators...and as you can guess need a little help I am using the example from the online manual: http://de3.php.net/manual/en/function.readfile.php to read a file that is in a .htaccess protected folder and pop a download box to the c

[PHP] allow_url_fopen detection....

2004-01-06 Thread Ryan A
Hi, Quick question, how can I check if allow_url_fopen is enabled on a server from my program? (forgot the syntax) the idea is: Check if allow_url_fopen is open in clients server...if yes, include a remote file, if no...do nothing. Thanks, -Ryan -- PHP General Mailing List (http://www.php.net

[PHP] supressing include warnings....

2004-01-06 Thread Ryan A
Hi again, I got it working so that I can include a remote file from the clients machine. I am doing it like this: $test_once=0; $allow_url_fop = (int) ini_get('allow_url_fopen'); if($test_once==0) { if($allow_url_fop == 1) [EMAIL PROTECTED]("http://www.site.com/product/check.php

Re: [PHP] supressing include warnings....

2004-01-06 Thread Ryan A
Hi, Thanks for replying. I tried that and now I got a new error: Warning: fopen(http://www.site.com/a/check.php?ver=2&update=0): failed to open stream: HTTP request failed! HTTP/1.1 404 Not Found in /blah/i.php on line 74 What to do? How do I suppress it the error if something goes w

[PHP] Please check this program (its working)

2004-01-09 Thread Ryan A
Hi, I dont know if this is the right way to do this, so please have a looksee and tell me. Its working perfectly well...but will I have problems if I try it on a large email list or will it hog resourcesetc? ANY advice appreciated. "; $subject = "Test subject"; $mailconte

Re: [PHP] picturing webpage

2004-01-09 Thread Ryan A
gt; Eli -- > > ...and then Eli Hen said... > % > % Hello All, > > Hi! > > > % > % I wanted to know if it is possible to picture a webpage via PHP. > % By "picturing" I mean that the program can generate a picture, a view, > out > > Hmmm... A

RE: [PHP] picturing webpage

2004-01-09 Thread Ryan A
Yep, They might be spammers and lowlifes but they have a pretty nice program running there. I wrote to them twice but didnt get a replyI wonder if its because I "kind of " said a few bad words directed at them, their mothers, fathers and family.??? Cheers, -Ryan On 1/9/2004

RE: [PHP] picturing webpage

2004-01-09 Thread Ryan A
Hey, if they are paying for this service of getting thumbnails.maybe I can write a script that keeps on hitting their site with different random URLs Would be a good way to make them pay for spamming me anyway. Whos with me? Cheers, -Ryan * Getting closer.. Did a little digging

RE: [PHP] picturing webpage

2004-01-11 Thread Ryan A
Hey, Thanks for that info, I checked a couple of other sites like jumac.com,securecents.com etc there and it showed me the same results as you got. Cheers, -Ryan On 1/11/2004 8:34:01 PM, PHP Email List ([EMAIL PROTECTED]) wrote: > Not sure that you wanted to know this or if this was mentio

Re: [PHP] Returning Newbie (Disoriented)

2004-01-11 Thread Ryan A
Hey, Sorry I cant answer all your questions but can answer one important one, I have tried foxserv and triad and quite a few others...finally what I settled down to was phpdev (do a search on google to see where to download.) its packed with features and I have never had a problem with it from the

Re: [PHP] Returning Newbie (Disoriented)

2004-01-11 Thread Ryan A
Hey, > Thanks for the tip. You raised one other question I have - PERL. > > I know nothing about it, but I just wondered how it fits into the big > scheme of things. Am I correct in understanding that PHP is, in the > broadest sense, a more user friendly PERL equivalent, and th

[PHP] addSlashes problem....5 lines code

2004-01-11 Thread Ryan A
Hi, I am getting some input from a client in a text area, the input is an sql statement, so I am using addslashes but the damn thing is not working...any idea why? Heres my code: if(isset($_POST['the_sql_command'])) { $the_sql_command=$_POST['the_sql_command']; $the_sq

Re: [PHP] addSlashes problem....5 lines code

2004-01-11 Thread Ryan A
ement for later use into the db * >To do want you want to do, you can try addslashes() on the data bit (ie: bill >o'reilly), then addslashes() again on the entire $the_sql_command. * How do I do this? Thanks, -Ryan On Monday 12 January 2004 12:31, Ryan A wrote: > I am getting some i

[PHP] Globals problem - $_REQUEST good solution?

2004-01-12 Thread Ryan A
to find an answer I came accross $_REQUEST, is this a good solution? because I have never used this before or is this as bad as having globals on? Thanks, -Ryan -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Globals problem - $_REQUEST good solution?

2004-01-12 Thread Ryan A
Cool. Thanks John. -Ryan > The only simularity it has to register_globals ON is that you > don't know > what method provided the value. It could be POST, GET, or COOKIE. > > But... if you're > validating the data properly anyhow, it really > shouldn't > matter where it's coming from. I use $_REQ

[PHP] TMP directory problem

2004-01-13 Thread Ryan A
Hi, I'm using a class to write some values to a file on our serverit used to work fine but not anymore since i moved servers... This is the code I am using: if (!copy($filename, $tempfile)) { $this->error("FATAL cannot create backup file [$tempfile] [$php_errormsg]",1);

[PHP] URL rewriting...anybody done this?

2004-01-14 Thread Ryan A
Hi, I have a blog kind of app running on my site...presently it shows like this: show.php?category=Beginners%20Corner&sid=1&id=1 After searching on google on how to make my blog my search engine friendly I came accorss mod_rewrite and couple of tutorials on it, finally the one I unders

Re: [PHP] URL rewriting...anybody done this?

2004-01-14 Thread Ryan A
Hey, Thanks for replying. It seems to be partly working. /* How isn't it working? What happens? I would try one variable first, get that working, then add the others. Also, I am not sure how it will handle the space in "Beginners Corner". Try passing simple values first. */ It

Re: [PHP] URL rewriting...anybody done this?

2004-01-14 Thread Ryan A
he space which was in category. Any ideas? Thanks, -Ryan On 1/14/2004 8:11:47 PM, Brad Pauly ([EMAIL PROTECTED]) wrote: > On Wed, 2004-01-14 at 11:44, Ryan A wrote: > > [snip] > > > Its a bit hard to explain what happens so see for yourself: > > Heres the index page: >

Re: [PHP] URL rewriting...anybody done this?

2004-01-14 Thread Ryan A
Hey, Ok, have added "echo "Ok,we are in show.php";" and if you go to http://rizkhan.net/articles/show/category/1/2 or http://rizkhan.net/articles/show.php?category=poetry&sid=1&id=2 you will see that its echoing that without a problem..so this is partly working...

Re: [PHP] URL rewriting...anybody done this?

2004-01-14 Thread Ryan A
the variables are not being passed Any idea why and what I can do about this? (Am a total newbie here) Cheers, -Ryan On 1/14/2004 9:27:03 PM, Brad Pauly ([EMAIL PROTECTED]) wrote: > On Wed, 2004-01-14 at 13:14, Ryan A wrote: > > Hey, > > Ok, have added "echo "Ok,we

Re: [PHP] URL rewriting...anybody done this?

2004-01-14 Thread Ryan A
[sid]";} print_r($_GET); print_r($_GET['id']); print_r($_GET['sid']); and heres the output: Ok,we are in show.php No $_GET[id] No $_GET[sid] Array ( ) Ideas? Cheers, -Ryan On 1/14/2004 10:56:35 PM, Jason Wong ([EMAIL PROTECTED]) wrote: > On Thursday 15 January 2

Re: [PHP] URL rewriting...anybody done this?

2004-01-14 Thread Ryan A
Hey, At least you remember what it used to look like, I dont! Soo many modificatios in both .htaccess and httpd.conf and restarts...have just lost track. Will try your example one at a time and see what happens. Thanks again. Cheers, -Ryan > Seems like you are getting closer. You are going

Re: [PHP] URL rewriting...anybody done this?

2004-01-14 Thread Ryan A
Hi again, I did a little pokeing around and installed this on 3 differient serversand the results were identical... so its not the servers fault but something with the directives... got some interesting results with my testing am using this: echo "Ok,we are in show.php"; if(i

Re: [PHP] URL rewriting...anybody done this?

2004-01-14 Thread Ryan A
Hey, Thanks for replying. Nope, does not work. Looks like I got a problem that finally stumped the whole listlucky me :-p Cheers, -Ryan On 1/15/2004 2:28:33 AM, Justin Patrin ([EMAIL PROTECTED]) wrote: > > RewriteEngine On > > RewriteRule ^show/(.*)/(.*) /show.php?sid=$1&a

[PHP] Printing on remote windows printers

2004-01-15 Thread A . Garelli
Can i print on remote windows systems using php printing functions? How can i do ? Thank you <<< Ing. Alberto Garelli - Sales Executive & System Design Cosmic S.p.A. - Filiale Nord-Ovest (WEB site: www.cosmic.it) Via Vittorio Amedeo II n. 11 - 10121 - Torino Corso Venezia n. 16 - 20121 - Milano Te

[PHP] MMCache.....zend or PHP extention?

2004-01-15 Thread Ryan A
Hi all, I have just kind of installed MMCachenow as what do i add it in my php.ini file? as a zend extention or a PHP one? which one is better...couldnt find any details on the websitewhats the diff anyway? If anyone here is active on the MMCache project...think about adding a FAQ on the

Re: [PHP] URL rewriting...anybody done this?

2004-01-15 Thread Ryan A
ks fine now and since this is on my > development box I > don't really care about security that much. Hope this helped... > > -Pete > > P.S.: This all happened on a Gentoo Linux box... > > On Wed, 2004-01-14 at 17:11, Ryan A wrote: Oops sorry, missed that. Heres whats o

Re: [PHP] URL rewriting...anybody done this?

2004-01-15 Thread Ryan A
a f*g genius coz the sob after hours of frustration spanning 2 days.is working! I just copied everything you wrote exactly and pasted themthen hit the url on 3 differient servers... and all 3 are giving me results... Looks like the list has a new problem solver...watch out (Cpt

Re: [PHP] Justin is a genius

2004-01-17 Thread Ryan A
ustin French solved the problem with just a few lines > > of code - the sign of a true genius. Thanks again, Justin! > > LMFAO -- that's two compliments off this list in a few days... I should > start a consultancy :P > > Justin French > > -- > PHP General Mailing Lis

Re: [PHP] How to search the database?

2004-01-19 Thread Ryan A
Hmmm, your problem sounds like a serious one but something everyone must know... I have found this site to be particularly useful http://php.net,as for some reason these guys seem to know what they are talking about. after going through the online manual (or downloading it...),...go to this

[PHP] Printing on remote windows printers

2004-01-20 Thread A . Garelli
Can i use SAMBA for mapping printers on server and then PHP printing commands ? Thank you very much ! <<< Ing. Alberto Garelli - Sales Executive & System Design Cosmic S.p.A. - Filiale Nord-Ovest (WEB site: www.cosmic.it) Via Vittorio Amedeo II n. 11 - 10121 - Torino Corso Venezia n. 16 - 20121 -

[PHP] "include" working....but confusion

2004-01-20 Thread Ryan A
Hi, A bit confused here... this is my programs logic: if(multipleProducts==1) {include "multiple_products_looping_code.php";} else {include "single_products_code.php";} I am doing the above because some of the code is pretty big and it makes life simlier if I just add the

Re: [PHP] "include" working....but confusion

2004-01-20 Thread Ryan A
etc Which was working fine... thats why i got confused. But its nice to know that you *too* are looking forward to the day that you will be proud of me :-p Cheers, -Ryan On 1/20/2004 7:13:51 PM, CPT John W. Holmes ([EMAIL PROTECTED]) wrote: > From: "Ryan A" <[EMAIL PROTECTED]>

Re: [PHP] "include" working....but confusion

2004-01-20 Thread Ryan A
Hey, > Now, that being said, there was a discussion on here a while ago that you > don't _really_ have to close PHP mode at the end of your file and there were > certain pros and cons to doing so. Adapt to your needs. Sounds like I missed a good discussion because I was awayan

RE: [PHP] $_SESSION

2004-01-20 Thread Ryan A
Subject: RE: [PHP] $_SESSION > > > > You need to call session_start() on each page. > > > > > -Original Message- > > > From: Alex Hogan [mailto:[EMAIL PROTECTED] > > > Sent: January 20, 2004 1:29 PM > > > To: PHP General list > > > Subject: [PHP]

RE: [PHP] hello to making the php pages

2004-01-21 Thread Ryan A
Hey hey hey, a little respect here guys, stop talking about this guy's (new) wifes colon...or her semi-colon :-p cheers, -Ryan > > If he kept the old wife, he needs to talk to both wives. If not, > > replacing the colon with a semicolon might help. > > she was kicked by

[PHP] Why we love Microsoft (0t)

2004-01-23 Thread Ryan A
Hey all, heres something really interesting about that lovely company called microsoft...(heard of them?) Anyway, a 17yr old kid by the name of Mike Rowe opens up a webdesigning company and names it MikeRoweSoft (say it out loud..if you're really daft not to get it just be reading it).

Re: [PHP] what PHP really needs

2004-01-23 Thread Ryan A
Hey, I'm not really sure and am possibly wa off base but...cant something like this also be done by using "global" for variables? Cheers, -Ryan On 1/23/2004 9:33:55 PM, John W. Holmes ([EMAIL PROTECTED]) wrote: > From: "Chris Boget" <[EMAIL PROTECTED]> > > > >>[snip] > > >> > > >>[/snip]

Re: [PHP] Why we love Microsoft (0t)

2004-01-23 Thread Ryan A
course, they save > every paper that is ever submitted...for future comparisons of the same > topic. > > Isn't this making money off of someone else's work? True, but unless someone like you gets totally pissed with them and decides to go the extra mile(s) to make your own site

Re: [PHP] Why we love Microsoft (0t)

2004-01-23 Thread Ryan A
Hey, I totally disagree, this does not disgust me just because this guy is 17, it would even if a 40yr old *millionaire* went through the same thing, I would think it wrong For example, I firmly believe that a farmer growing and selling apples it totally within his rights to have a website

[PHP] binary code, unreadable code etc

2004-01-24 Thread Ryan A
sites. Am just curious to know what do you guys use when you dont want anybody to be able to read your source files...I like the Turck encoder but problem is that the client has to have Turck installed on his server to use the files..BCompiler seems good but is still too young, and I dont know o

[PHP] ftp connection

2001-02-26 Thread Jon A
I need some help... I try to do a ftp connection with php, but when i run the script it claims that ftp_connect is "call to undefined function. I have done a call to phpinfo, and it shows that ftp IS enabled! - Whats wrong? Here is what i use: $conn_id = ftp_connect("

[PHP] odbc_ calls and "complex" queries (e.g. union

2001-03-09 Thread A. Giacomelli
Hi, I have installed on an NT box a binary PHP4 installation. It seems that executing a "select" on a "composite" query in my Access database returns an error. For instance, I have noticed that this occurs for UNION queries, or joins between a query and a table etc. I g

[PHP] xml parsing

2001-03-14 Thread Jon A
please help me... I'm working with some simple xml parsing. in my xml document i have a tag like this: which holds the path of a picture. in the xml parser i'm trying to output it as an tag, but nothing seems to work. some of the things i have tried: cas

[PHP] ftp_put

2001-05-22 Thread Jon A
Hi, all. I try to do a file upload using the ftp_put function, where the source file is a string from a browse field When I try to do the upload php says that there is an error opening the local file. Does any of you know how to solve this problem? thanks in advance, Jon A -- PHP General

[PHP] Re: Happy new year!

2001-12-31 Thread Arcadius A.
Thanks ! :-) -- --- Student Arcadius Ahouansou ICQ# : 37119073 http://arcadnet.net/ "George Nicolae" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > A happy new year with a

[PHP] FUDforum - PHP Web Forum (GPL)

2002-01-18 Thread Ilia A.
http://fud.prohost.org/download.php, and should be pretty easy to install using the provided installation script. I've also made a "demo" forum, which you play with, both as user and as admin here, http://fud.prohost.org/dfrm/ Here is just a quick list of features that I can recal

[PHP] Session Tutorial

2002-04-21 Thread Sebastian A.
Recently I have been trying to work with sessions however I must admit that I am not sure I completely understand them. Does anyone know of a good tutorial that thoroughly explains sessions? Thanks in advance -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http

[PHP] PHP 4.2.0?

2002-04-22 Thread Sebastian A.
On PHP.net it says that version 4.2.0 of PHP is out, yet on the downloads page, I can only find 4.1.2. If anyone has PHP 4.2.0 can you please provide me the URL? Thanks in advance. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] How do i upgrade from PHP 4.1.2 to 4.2.0?

2002-04-23 Thread Sebastian A.
What do I have to do to upgrade from PHP 4.1.2 to 4.2.0? Do I just overwrite all the old PHP files with the new ones or must I do something else? Thanks in advance. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Question and PHP DOMXML and Apache

2002-04-23 Thread Sebastian A.
question is about apache. How do I do a "clean" shutdown of apache? When I shut I down through the console, the next time I start it up I am told something about an unclean shutdown... Thanks.. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] DOM XML

2002-04-25 Thread Sebastian A.
Hello, I have been recently doing experiments with the DOM XML function and I am (not surprisingly) having some problems with it. When I try to run the code below, I get an error saying I am trying to use and endefined function. To me it seems that the DOM XML extension is working fine, because I

[PHP] i18n translation of PHP based forum

2002-04-28 Thread Ilia A.
Hello, I am one of the core developers of FUDforum, which is PHP based forum released under the GPL licence. The upcomming release of FUDforum 2.0 will contain i18n support and I am looking for people who would be willing to help translate the forum to other languages. If you want to help wit

[PHP] PHP-GTK Question

2002-05-01 Thread Sebastian A.
Hello, I have recently installed PHP-GTK with any problems, however I cannot get it to work. When I click on the php_win shortcut I get an error saying: Usage: php_win Does anyone know how I can fix this and run my PHP-GTK scripts? -- PHP General Mailing List (http://www.php.net/) To

Re: [PHP] PHP compared to JSP

2002-05-04 Thread Ilia A.
executed right away without needing to pass through an interpreter. Just like you would run a compiled C program. I suspect such caching solution would greatly boost the speed of any PHP page. Unfortunately, as far as I know no current PHP caching solution does this. Ilia On May 4, 2002 12:18

[PHP] Variables from XML Documents

2002-05-06 Thread Sebastian A.
the tag (Foo-Bar) into a variable? -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP] Variables from XML Documents

2002-05-06 Thread Sebastian A.
Sent: Monday, May 06, 2002 8:25 PM To: PHP List Subject: Re: [PHP] Variables from XML Documents On Mon, May 06, 2002 at 08:20:46PM +0200, Sebastian A. wrote: > > > Foo-Bar > > > > What would I need to do, so that I can get the contents of the tag &g

[PHP] XML: Similiar Multiple Tags With Different Data

2002-05-12 Thread Sebastian A.
Hello I have recently been trying to parse an XML document that has different content in the same tags. Here is an example: 1 2 3 ... I am trying to get the content from into an array. I want the content of the first to go into $p->ART_ID[0] and the next to go into $p->ART_ID[1] and so on. He

RE: [PHP] XML: Similiar Multiple Tags With Different Data

2002-05-13 Thread Sebastian A.
I tried your suggestion already but It doesn't seem to work. I still can get it to be assigned to different parts of the array. Do you have any other suggestions? -Original Message- From: Kjartan Mannes [mailto:[EMAIL PROTECTED]] Sent: Sunday, May 12, 2002 11:10 PM To: Sebastian

RE: [PHP] XML: Similiar Multiple Tags With Different Data

2002-05-14 Thread Sebastian A.
r_data["$name:$Key"] = trim($Val); } } Here is the end element function: function endElement($parser, $name) { global $tag; } And I just wanted to mention that a lot of that code is from your tutorial (Anlysis and Solutions). I was just experimenting with it,

RE: [PHP] XML: Similiar Multiple Tags With Different Data

2002-05-15 Thread Sebastian A.
me at this point. I just want to get the thing working before I work on improving it. What I really want to do is build up to a full time XML Database application. I know a flat file XML DB won't be as fast as mySQL, but the entries can be edited with any text editor, and ported to any platfo

RE: [PHP] XML: Similiar Multiple Tags With Different Data

2002-05-15 Thread Sebastian A.
Ok I see where you're going with this. Thanks a lot. I will be sure to improvise my code. -Original Message- From: Analysis & Solutions [mailto:[EMAIL PROTECTED]] Sent: Wednesday, May 15, 2002 8:10 PM To: PHP List Subject: Re: [PHP] XML: Similiar Multiple Tags With Different Dat

[PHP] Searching Many Text Documents

2002-05-29 Thread Sebastian A.
Hello, I recently have run into a situation where I must search through many text (XML) documents. I would like to implement a search feature on my site that can search through the XML documents I use for my pages. I will probably need to search all the files in a specific directory for

RE: [PHP] Searching Many Text Documents

2002-05-29 Thread Sebastian A.
Thanks a lot for this. I will try to implement this in my site. Does anyone have any other suggestions? -Original Message- From: Miguel Cruz [mailto:[EMAIL PROTECTED]] Sent: Wednesday, May 29, 2002 10:06 PM To: Sebastian A. Cc: PHP General List (PHP.NET) Subject: Re: [PHP] Searching Many

Re: [PHP] Speed comparison of PHP vs. PERL (not conclusive)

2002-05-31 Thread Ilia A.
Does this mean that running a comparison benchmarks between PHP and any other language would in many cases show PHP to be slower simply because it's looping code is slow? Unless, timing is done on a speed of PHP being able to spew out webpages via the webserver with a webserver benchmark

Re: [PHP] Speed comparison of PHP vs. PERL (not conclusive)

2002-05-31 Thread Ilia A.
I agree that in most cases it makes more sence at seing the webpages per second benchmark rather then a timing of some artibtrary benchmarks that for example seeing how long it take to pick prime numbers. Since in the end it matters how quickly you can get the data to the user, in case of perl

Re: [PHP] Phpfx, what is it?

2002-03-20 Thread Ilia A.
with it? > > Also I am looking for a php program that was written so that you can do a > BBS, I wanted to use Ultimate Bulletin Board, but they no longer support > the freeware verision, you have to pay almost $500 for it. The verision I > have the date is not Y2K, so the dates come out

[PHP] SQL Question

2002-03-28 Thread Sebastian A.
How do I sort out data from mysql_fetch_row() or mysql_fetch_array? For example say I wanted to list all my users alphabetically. How would I do this? Or say I had a form and I wanted to present the content to the user *AFTER* they have filled it out so that they can check for mistakes

[PHP] <<

2002-03-30 Thread Sebastian A.
I am trying to use <

[PHP] Passing Values

2002-04-03 Thread Sebastian A.
Hello, Today I was working on an object that will create all of the columns and tables in my DataBase for my upcoming application. I however, did run into trouble. I am having problems because I cannot pass the name of the database from the form to the function that needs it. Everything is

[PHP] Includes

2002-04-05 Thread Sebastian A.
Lately I have noticed many scripts that all consist of one file even though they create the appearance of many pages. For example, you would open setup.php and a form would appear. Then after you complete the form a new page appears with the results of your form, however the URL is still

[PHP] Writing to Files

2002-04-05 Thread Sebastian A.
text files a good idea for logs? Do any of you use anything else I should be aware of? Thanks for all your help! -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP] How to convert a website to a txtfile....?

2002-04-06 Thread Sebastian A.
You can try using fopen() and fwrite(), they are the primary file manipulation tools you should use in this instance. -Original Message- From: Raymond Lilleodegard [mailto:[EMAIL PROTECTED]] Sent: Saturday, April 06, 2002 5:52 PM To: [EMAIL PROTECTED] Subject: [PHP] How to convert a

RE: [PHP] mailing list using mail()

2002-04-10 Thread Sebastian A.
That's a good question and one that I have too. As far as I know mail() is supposed to utilize sendmail... -Original Message- From: Anzak Wolf [mailto:[EMAIL PROTECTED]] Sent: Wednesday, April 10, 2002 7:27 PM To: [EMAIL PROTECTED]; [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Subjec

[PHP] Writing Cross DB application

2002-04-15 Thread Arcadius A.
Hello ! I'm planning to write a database application for MySQL, and then port it to PostrgeSQL. Is there any library or class that could help me to write/maintain just one source code for both MySQL and PostgreSQL (on WIN and UNIX)? Thanks in advance. ARcadius -- PHP General Mailing

[PHP] XML Flatfile Database

2002-04-15 Thread Sebastian A.
Recently I have caught on to XML, and I think it truly is a good idea. Because XML was *made* to store data I believe an XML flatfile database is (perhaps) one of the best ways to store data because it can be easily exchanged. Therefore I would like to embark on the feat of trying to create

[PHP] Detecting Languages...

2001-10-31 Thread Arcadius A.
HEllo ! I have a website designed in several languages (En , Fr , Cz) My question is : How to detect the language setting of the the visitor's PC in order to redirect him to a specified content ? Thanks ... Arcad. -- PHP General Mailing List (http://www.php.net/) To unsubscri

[PHP] Re: Prev ... Next

2001-12-24 Thread Arcadius A.
http://www.onlamp.com/pub/a/php/2000/11/02/next_previous.html Arcadius -- 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] relative path vs. INCLUDE() !!!!!

2001-12-24 Thread Arcadius A.
Hello ! I've just made a nice navavigation bar for my website The nav. bar is a php file (Templates/inc_nav.php)containing links to other pages of my site. the links has been made relatively to the file "inc_nav.php"; Now that I've included the "inc_nav.php"

Re: [PHP] Re: Lists are back up

2001-06-19 Thread Jon A
I use Eudora, and it works fine for me, filtering on Cc lines. what I do: To: contains : [EMAIL PROTECTED] or Cc: contains : [EMAIL PROTECTED] transfer to: I/want/it/here Hope it helps Jon A At 22:43 18-06-01 -0500, David VanHorn wrote: >At 12:01 AM 6/19/01 +0200, Alexander Skwar wr

[PHP] Re: Machine name???

2001-07-25 Thread Arcadius A.
Hi ! Have a look at : http://php.net/manual/browse-errata.php?let=g There's a code that gives you the right host name .. Arcad. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contac

[PHP] Free PHP/MySQL Web Hosting ?

2001-08-04 Thread Arcadius A.
Hello ! Is there any free PHP/MySQL Web Hosting without add ? ... or ... at least , I could have the choice to choose where to place their banner on my pages ? Thanks... Arcad. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands

[PHP] Re: syntax help~~~

2001-08-05 Thread Arcadius A.
Hello ! We could keep things simpler ... Why not give a try to this ?: $watchlist_query = mysql_query( "Create Table $temp ( WId int Not Nullauto_increment, QId int not null, Primary Key (WId) )" ) or die ("Error ! Cannot create table !" . mysql_error() ); Hope it would

[PHP] Host OnLine ?

2001-08-06 Thread Arcadius A.
Hello ! Is there any function in PHP returning true or false or something similar when a given host is online or not ? Basically , I'm in need od something "ping" Thanks ... Arcad -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL

[PHP] Re: Host OnLine ?

2001-08-06 Thread Arcadius A.
What if the host I'm checking is a simple workstation not running neither a HTTP nor a FTP server ? I'm writing this script for an intranet to check which machines are currently on ... Thanks Arcad "Arcadius A." <[EMAIL PROTECTED]> wrote in message [EMA

[PHP] Advanced Form Processing HELP

2001-08-22 Thread Arcadius A.
Hello ! I have a simple form ("feedback.php") that could allow users to send me seedbacks... the form is processed(email is sent ) by the script "confirm.php". My question is : How could i make the values filled in the form remain unchanged even after the user click on

[PHP] PHP_SELF or REQUEST_URI within Function ?

2001-08-30 Thread Arcadius A.
Hello ! Why this script prints an empty string(it prints nothing) as the value of the variable "u" ? This happens even if $REQUEST_URI or PHP_SELF is used instead of SCRIPT_FILENAME . Thanks... Hello there !!! -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail:

Re: [PHP] PHP_SELF or REQUEST_URI within Function ?

2001-08-31 Thread Arcadius A.
Thanks Jack arcad. "Jack Dempsey" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > you have to use $GLOBALS["SCRIPT_FILENAME"] > > jack > > "Arcadius A." wrote: > > > Hello ! > > W

Re: [PHP] PHP_SELF or REQUEST_URI within Function ?

2001-08-31 Thread Arcadius A.
RE: [PHP] PHP_SELF or REQUEST_URI within Function ?Ok Men !!!. Now I see thanks alot for the inputs ! :o)) Arcad - Original Message - From: Boget, Chris To: 'Alexander Skwar' Cc: Arcadius A. ; [EMAIL PROTECTED] Sent: Friday, August 31, 2001 8:22 AM S

Re: [PHP] PHP_SELF or REQUEST_URI within Function ?

2001-08-31 Thread Arcadius A.
Cool ... Now that we're talking about PHP I'd like to ask a question You know the "overloading" function in C++ Is that possible in PHP ? Basically , I'd like to define more than one function having the same name but different number of variables/paramet

Re: [PHP] PHP_SELF or REQUEST_URI within Function ?

2001-08-31 Thread Arcadius A.
Ok .I see Thanks to you both ! Have a nice weekend Arcad -- 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] Showing up variables in URL !

2001-09-18 Thread Arcadius A.
Hello ! We all know how to pass value to variable using an URL. So, how can I do the inverse ? I mean , showing the value of a variable in the URL? for instance my page "index.php" is : So, how to make PHP so that when I load my page in the browser(typing "index.php" in

[PHP] Problem with file permissions within my PHP document when running on an Apache web server

2001-09-25 Thread Jack A.
I'm having a problem with file permissions within my PHP document when running on an Apache web server. When accessing a perl script or an executable from the cgi-bin directory the web server runs the script as the correct user and group id. However then a PHP document is accessed withi

[PHP] Anybody have any experience with outsite-in? [Quite a bit 0T]

2007-01-11 Thread Ryan A
Hey all! This is a bit OT as its not really php programming, but it does involve PHP and MySql etc so The company I work for has decided to use the software from outsite-in.com, for those of you who dont know (and i'm guessing a lot of you dont, as I kinda just found out about it m

Re: [PHP] Anybody have any experience with outsite-in? [Quite a bit 0T]

2007-01-13 Thread Ryan A
Skip Evans <[EMAIL PROTECTED]> wrote: Hey all, When you say it lets you run it off a CD does that mean the CD is totally self contained, as in you can pop it into any machine, sans web server DB, etc, and it runs just peachy? Skip Yep, thats what its supposed to do... -- - The

Re: [PHP] Anybody have any experience with outsite-in? [Quite a bit 0T]

2007-01-13 Thread Ryan A
Hmmm, I didnt know of this list, thanks... will go through it. Cheers! R Satyam <[EMAIL PROTECTED]> wrote: It is not a new concept, even Wikipedia has a long list of them: http://en.wikipedia.org/wiki/List_of_LiveDistros Most of those distros have individual articles ... not t

[PHP] Storing values in arrays

2007-01-17 Thread Ryan A
write all the usernames that logged in to disk every 1 minute. Ideas? suggestions? starting points or a link to a specific spot in the manual with a RTFM would be appreciated :) Thanks in advance, Ryan -- - The faulty interface lies between the chair and the keyboard. - Creativity is great

<    1   2   3   4   5   6   7   8   9   10   >