[PHP] Going Mad

2002-11-30 Thread Andy
Can someone please help, i think i am going mad. I have just installed Apache, php and Mysql, it all seems to be fine, the Apache server says it is ok, i think i have set the config file correctly, and Mysql look to be correct, but when i typed the code (My first code) and save it test.php when i

Re: [PHP] Going Mad

2002-11-30 Thread Andy
"Chris Hewitt" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > Andy Davey wrote: > > >Hi Chris > > > >I have added AddType application/x-httpd-php .php to the httpd config file, > >and restarted it, but st

Re: [PHP] Going Mad

2002-11-30 Thread Andy
"Chris Hewitt" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > Andy Davey wrote: > > >There are two httpd config files, one of which is default, i take it that is > >the one you edit? > >I know it is something

Re: [PHP] Going Mad

2002-12-01 Thread Andy
bar. One other thing, i tried typing localhost/where the file is located on my harddrive/ and was given a forbidden page "contact administrator"?? Is there something here that standsout? Thank you for trying to help. Andy "Chris Hewitt" <[EMAIL PROTECTED]> wrote

[PHP] Going Mad Result

2002-12-01 Thread Andy
with apache with all the original installations and configurations i was having trouble with. Don't suppose this will be the last you hear of me as i will need more help no doubt. Thank you Andy -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.ph

[PHP] Viewing PHP pages

2003-03-24 Thread Andy
when I test them locally but not when they are uploaded. Thank you Andy -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Viewing PHP pages

2003-03-24 Thread Andy
Hi Ben They say that the server is set up for PHP4, and they say it is something to do with my scripts. Not sure I believe them. My pages have the extension .php Andy "Ben Edwards" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Server is probably set up wrong

Re: [PHP] Viewing PHP pages

2003-03-24 Thread Andy
Hi Thijs It would seem it was a problem with the server, and they have now corrected this. Even though they said it was my scripts. Thank you for your help all. Andy "Thijs Lensselink" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] Hey andy, I had this problem

[PHP] Help needed

2003-04-01 Thread Andy
Hi all Can someone help? I am new to PHP and need some help, i have tried to build a members only section to my website but i am finding it very hard. I get this error when i go to the login page: Parse error: parse error in /home/.sites/112/site***/web/Members/Login.php on line 201 But the onl

Re: [PHP] Help needed

2003-04-01 Thread Andy
Hi Clint OK hope this is not too much and there are likely to be more errors in it. Thank you Andy 0) // password is correct { $auth="yes"; $logname=$fusername; $today = date("Y-m-d h:m:s"); $sql = "IN

Re: [PHP] Help needed

2003-04-01 Thread Andy
in the extra fields for my form, i think this is where the error is but i cannot see it! Andy "Clint Tredway" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Please post more of your code. It is difficult for us to help you without > seeing your code.

Re: [PHP] Help needed

2003-04-01 Thread Andy
a valid phone number. Please try again."; include("login_form.inc"); exit(); Andy "Ernest E Vogelsinger" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > At 16:27 01.04.2003, Andy spoke out and said: >

[PHP] Re: Help needed

2003-04-01 Thread Andy
all this code. Maybe I should get someone to do my website and I should stick to solving windows problems instead. "Andy" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Hi all > > Can someone help? > I am new to PHP and need some help, i have tried to bu

[PHP] Zip to postcode

2003-04-02 Thread Andy
Can someone please tell me how i change the following code: if (!ereg("^[0-9]{5,5}(\-[0-9]{4,4})?$",$postcode)) to a UK postcode QQ1 1QQ When i fill out the form it tells me that the postcode is not valid and i think it is because it is in zip code format. Thank you Andy -- P

[PHP] Re: Zip to postcode

2003-04-02 Thread Andy
mbers WHERE username='$logname'"; $result = mysql_query($sql) or die("Couldn't execute query 1."); $row = mysql_fetch_array($result,MYSQL_ASSOC); extract($row); echo " Thank you for your help i take my hat off to all of you, how yo

[PHP] Warning Extract

2003-04-02 Thread Andy
ct database."); $sql = "SELECT name FROM members WHERE username='$logname'"; $result = mysql_query($sql) or die("Couldn't execute query 1."); $row = mysql_fetch_array($result,MYSQL_ASSOC); extract($row); echo " N

Re: [PHP] Warning Extract

2003-04-02 Thread Andy
$logname=$fusername; $today = date("Y-m-d h:m:s"); $sql = "INSERT INTO login (username,loginTime) VALUES ('$logname','$today')"; does that make any sense? Andy "Marek Kilimajer" <[EMAIL PROTECTED]> wrote in mess

[PHP] searching an array for words starting with 'p'

2002-07-30 Thread andy
Hi there, I am wondering how to search an array for words starting with a certain character. E.G: $word = array('alpha', 'beta', 'php'); I would like to check if there is a word in the array starting with p Is there alrready a function for this? Thanx, Andy

[PHP] Problems with PEAR

2002-08-01 Thread andy
try this to :-( But this results in following error msg: capc11-35:/home/andy/sw/horde # lynx -source http://pear.php.net/go-pear | sh sh: ?php: No such file or directory YOU NEED TO RUN THIS SCRIPT WITH PHP NOW! Try this: lynx -source http://pear.php.net/go-pear | php -q capc11-35:/home/

[PHP] PEAR with lots of trouble

2002-08-01 Thread Andy
get this message: a.. Log - No a.. Make sure you're using a recent version of PEAR which includes the Log class Can anybody give me a hint on how to install this PEAR successfully on my php version (I guess now it is installed inside the other php standalone version) Thanx for any help

[PHP] alternative to phpadsnew?

2002-08-03 Thread Andy
to be off. Has anybody a good recomendation on another software to track adds? Thank you for any hint on that. andy -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] alternative to phpadsnew?

2002-08-03 Thread Andy
what do u mean by that. I would like to install this software on the same server. I guess you mean installing it on another server - remotly? Andy "Maxim Maletsky" <[EMAIL PROTECTED]> schrieb im Newsbeitrag 001601c23afe$8e0df9e0$1113fe17@dominanta">news:001601c23afe$8e0

[PHP] sucking news out of the usenet

2002-08-08 Thread andy
se help me, many thanks sebastian . Lots of text.. puhh! I hope this is somehow possible. Maybe one of you guys has a good idea on that. You can just cut and past the code underneath and try it out by yourself. Thanx for any help on that. Andy - http://www.OZforu

Re: [PHP] sucking news out of the usenet

2002-08-08 Thread andy
that sound somehow more complicated that I have expected :-( I guess this is a lot of work. May have to skip that for another time. Thanx for your help, andy - http://www.OZforum.info Australia Information Forum "Ilia A." <[EMAIL PROTECTED]> schrie

[PHP] posting news via php - 535 error

2002-08-08 Thread andy
not include the connect code. The code for posting is underneath. Thanx for any help on that. Andy $cfgServer= "news.php.net"; $cfgNewsGroup= "php.general"; $subject='Test'; $header=' Newsgroups: '.$cfgNewsGroup.' Path: '.$cfgS

Re: [PHP] posting news via php - 535 error

2002-08-09 Thread Andy
> Try to put a "." when you finished at the new line. And use utf7 > encoding. I did already put this . after the message. This is described in the spec, but I might have put it into the wrong spot?! What do u suggest to put it? What is utf7 encoding? Can you make a

[PHP] Re: compile PHP --with-imap, on OS X: progress, but...

2002-08-09 Thread Andy
name though, but I guess you know which file I mean) Good luck, Andy -- -- http://www.globosapiens.net Global Travellers Network! http://www.ozforum.info Discussing Australia Forum "Michael Geary" <[EMAIL PROTECTED]> schrieb im Newsbeitrag

[PHP] security concern with curl

2002-08-09 Thread Andy
useful tricks. So I fear that someone would be able to tranfer files on / off my server. Has anybody some experiance on that, or can give a comment on that? Thanx for any hint, Andy -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] security concern with curl

2002-08-10 Thread andy
w I just know what the site is telling me. Thanx for all your comments on that. Andy -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Posting news via php

2002-08-11 Thread Andy
Sorry for reposting, but I am still having this problem and the post is back to far that someone looks at it. Thank you for any help on this. I appreciate it. Andy Hi there, I am trying to write a script which is posting news to a newsserver. Unfortunatelly I do get a 535 error back which is

[PHP] problems with php.ini

2002-08-18 Thread Andy
to tern this on? Thanx, Andy -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Web Based Mail

2002-08-18 Thread Andy
Horde is really great. I can definatelly recommend it to. But why not stick with sendmail? It does a great job and is easier to install with horde. Andy -- -- http://www.globosapiens.net Worldwide Travel Community "Met" <[EM

[PHP] tracking visitors till registration?

2002-08-19 Thread Andy
. Has anybody a good suggestion on that? Thanx for any hint, Andy -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] installing php with register globals off and on?

2002-08-19 Thread Andy
Hi there, I am running php 4.2.2 with register globals set to off. Now I am planing to install oasis (a add tracking sw). Their current version requires a php build with register globals set to on!? Is there a way out of this dilema running only one server? Thanx for any advice, Andy

[PHP] still problems with register globals set to on

2002-08-21 Thread Andy
an idea where the error could live? Andy "Rasmus Lerdorf" <[EMAIL PROTECTED]> schrieb im Newsbeitrag [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > Sure, turn register_globals on only for the oasis directory. In your > httpd.conf add: > > > php_value re

Re: [PHP] still problems with register globals set to on

2002-08-21 Thread Andy
thanx tom, but this doen not seem to have anything to do with it. Regards, Andy "Tom Rogers" <[EMAIL PROTECTED]> schrieb im Newsbeitrag [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > Hi, > > Wednesday, August 21, 2002, 5:34:35 PM, you wrote: > A> He

Re: Re[3]: [PHP] still problems with register globals set to on

2002-08-21 Thread Andy
Yeeahhh! Thanks Tom. Works great. It was just a small error causing this much trouble. For turning register globals on it is: php_flag register_globals on Cheers, Andy "Tom Rogers" <[EMAIL PROTECTED]> schrieb im Newsbeitrag [EMAIL PROTECTED]">news:[EMAIL PROTECTED

[PHP] Tricky question - referrer from ousite, or from intern?

2002-08-26 Thread Andy
come from my own site. I would like to keep all the links like that, just to find a way to track the origin of the user. Thank you so much for any idea on this tricky task, Andy -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] PHP - Chat?

2002-08-26 Thread Andy
HI there, I am wondering if a Chat coded in PHP would be sufficiant for a medium sized site. Maybe someone has a working example online. It would be no problem to get a ircdeamon working, just the client is in question. Thank you for your suggestions, Andy -- PHP General Mailing List

Re: [PHP] Tricky question - referrer from ousite, or from intern?

2002-08-27 Thread Andy
something like this :-) So I could do something like this: if ($_HTTP[referrer] != myserver.com){ //set a cookie } You get the idea? Andy "Hugh Danaher" <[EMAIL PROTECTED]> schrieb im Newsbeitrag 000c01c24d97$4c9f3d60$017f@localhost">news:000c01c24d97$4c9f3d60$010

[PHP] Re: Tricky question - referrer from ousite, or from intern?

2002-08-27 Thread Andy
setcookie('referrer', $user_id, 0); } #redirect Cheers, Andy "Andy" <[EMAIL PROTECTED]> schrieb im Newsbeitrag [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > Hi there, > > I have a tricky proble

[PHP] Re: Tricky question - referrer from ousite, or from intern?

2002-08-27 Thread Andy
Hello Justin, I just saw that you have been faster than me :-) However.. you think it might be not sure that this workes for every browser? PUh... thats bad. Do u have examples for that? It workes with IE on PC. Cheers Andy "Andy" <[EMAIL PROTECTED]> schrieb im Newsbeitrag

Re: [PHP] sending email to a mailing list

2002-08-28 Thread Andy
u put 1 adresses into the header? I am pretty sure this will fail. I guess the only really good solution is to let the MTA do the job for ya. I just do not know how, but I am positive that this is the best solution (since the MTA is made for such things while php is not) Andy "Jus

[PHP] working with ssl

2002-08-29 Thread Andy
Hi there, I would like to serve some php pages crypted with ssl. Now I am wondering what ssl sw to install. I found openssl but this seams to be in alpha stadium. How do I install ssl with php anyway. Can somebody give me a hint on that? Thanx in advance, Andy -- PHP General Mailing List

[PHP] coockie expiration problems

2002-09-02 Thread andy
) echo 'referrer: '.$_COOKIE[referrer]; Unfortunatelly this does not work, the cockie value is always valid, even after expiration time. What am I doing wrong? Thanx for any help on that, Andy -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Re: coockie expiration problems

2002-09-02 Thread andy
the world running 10 hours time difference? Puhh.. maybe I am wrong, but this is how it seems to be. Any ideas? Andy <[EMAIL PROTECTED]> schrieb im Newsbeitrag [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > Hi, > I see really nothing wrong in your example. Did you

[PHP] unix timestamp

2002-09-06 Thread andy
like the switch of months. Has anybody an idea how to do that? Thanx, Andy -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Re: unix timestamp

2002-09-06 Thread andy
date("Y")); break; case 2: // yesterday $timestamp = mktime (0,0,0,date("m"),date("d")-1, date("Y")); break; case 2: // last week $timestamp = mktime (0,0,0,date("m"),date("d")-7, date("Y")); break; } Maybe someon

[PHP] wrong timestamp?

2002-09-06 Thread andy
s: 200209050 There is one 0 missing. Because of this my querry is not working, How come this timestamp is wrong? Thanx for any help, Andy -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] file upload > 2 MB

2002-09-09 Thread andy
upload_max_filesize = 50M Does anybody has an idea? Thanx for any help, Andy -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] counting guest users

2002-09-21 Thread Andy
Hi there, I am wondering how some pages count guest users. An example is phpbb. They always know how many guest users are browsing the site. Are they using cookies or db for this, or both? Maybe there is a code snipped out for this already? Thank you for any hint on that. Andy -- PHP

[PHP] freetype - problems with true type and transprency

2002-09-23 Thread andy
= imagecolorallocate($label,0,0,0); Imagestring($label,1,0,0,'andy',$black); #Imagettftext($label, 30,0,10,33,$black,'verdana.ttf',$number); $photoImage = ImageCreateFromJPEG('card_city.jpg'); $pos_x = 5; $pos_y= 220; $label_w= 200; $label_h = 50; ImageCopy($photoImage

[PHP] freetype - could not open font problem

2002-09-24 Thread andy
Hi there, I am trying to use freetype, but do always get the message Warning: Could not find/open font in test.php on line 18 The font is available and ok. I double checked it. What could cause this error exept of the given reason? I am trapped ;-) Thanx for any help on that. Andy

[PHP] impossible in php?

2002-09-24 Thread andy
parsed in the same time. Maybe there is a work around or any hint you could give me. I am kind off stuck. Thanx in advance, Andy -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] pdflib output reolution higher than 72 dpi possible?

2002-09-25 Thread andy
Hi there, I would like to output a pdf with pdflib with 300 dpi How could I define the output resolution? Default seems to be 72 dpi Thanx for any hint, Andy -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] help on regex

2002-10-04 Thread andy
The next one is to return fals if the data does not contain a number inside the string ("street 893" would be valid) I tryed this: function validate_street ($street) { return (ereg('^[0-9]', $street)); } Unfortunatelly this does not work like I want ;-) Thank you for any

[PHP] working with pspell

2002-10-06 Thread Andy
mispelled word to open a popup with suggestions and by clicking on the proper word to automaticly replace the wrong word. This sounds very complicated. Has anybody a good suggestion, or article to recommend on this topic? Thanx for your help, Andy -- PHP General Mailing List (http://www.php.net

[PHP] Re: MySQL back up

2002-10-08 Thread Andy
ld be reoback which is a perl script. You should be able to perform this backup via ftp controled by a daily cron job. Hope this helps, Andy -- -- http://www.globosapiens.net Worldwide Travel Community "Ken" <[EMAIL PROTECTED]> schrieb

[PHP] HTML forms & php 4.2.3 - how to get cvs fix applied

2002-11-09 Thread andy
I recently updated from 4.2.0 to 4.2.3 - since doing so values submitted to php from HTML forms using keys - value="foo[bar]" - get truncated in php - example: if I submit "[EMAIL PROTECTED]" it will come out as "eight13.com" with a print_r($_POST) I found these bug reports which say what app

[PHP] Ho to write output of sql query to txt file?

2002-06-04 Thread andy
other db on the other machine. Is this possible? Thank you for any help, andy -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Ho to write output of sql query to txt file?

2002-06-04 Thread andy
OK, 35 rows affected (0.04 sec) Records: 35 Deleted: 0 Skipped: 0 Warnings: 630 The warning already tells it. the datasets are totally empty. Only default of the columns is set. do u have an idea why? Thanx, Andy - Original Message - From: "Jay Blanchard" <[EMAIL PR

Re: [PHP] Secure File Upload

2002-06-05 Thread andy
there something else we have to take care off? Andy "Lowell Allen" <[EMAIL PROTECTED]> schrieb im Newsbeitrag [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > > From: Christoph Starkmann <[EMAIL PROTECTED]> > > > > Hi There! > > > > Wh

[PHP] Converting non latin characters

2002-06-04 Thread Andy
lp on that, Andy http://www.globosapiens.net Global Travellers Network! -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] date problem

2002-06-05 Thread andy
stamp june 1, 02 SELECT COUNT(*) AS c FROM users_table WHERE UNIX_TIMESTAMP( user_regdate ) > '1022882400' Thanx for any help on that, andy -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Returnpath for mail

2002-06-06 Thread andy
adress_return.">\n"; // Return path for errors does anybody have an idea how to do that? Thanx, Andy -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Re: populating list menus with mysql and for statements

2002-06-09 Thread Andy
ser AS $value) echo $value; } Of course you have to built your code around the foreach in dsp_user; Hope this helps Andy -- http://www.globosapiens.net Global Travellers Network! "Electroteque" <[EMAIL PROTECTED]>

[PHP] Re: MyCC Problem

2002-06-09 Thread Andy
maybe you do not have the propper rights set. Check your grant privillegs on the db. Andy -- http://www.globosapiens.net Global Travellers Network! "César l . aracena" <[EMAIL PROTECTED]> schrieb im Newsbeitrag 002a0

[PHP] addslashes for db search?

2002-06-11 Thread andy
I have to change this db entries, and if how? How should they look like and is there a good method to change all this thousands of records at once? Thanx in advance, Andy -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] comparing strings does not work

2002-06-11 Thread andy
the wrong way? Andy -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] dumping only selected records into another table

2002-06-11 Thread andy
put: INSERT INTO beaches VALUES ('','Carrabelle Beach','US','9'); does anybody know how to do this? Thanx for any help, Andy -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] dumping only selected records into another table

2002-06-11 Thread andy
put: INSERT INTO beaches VALUES ('','Carrabelle Beach','US','9'); does anybody know how to do this? Thanx for any help, Andy -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] dumping only selected records into another table

2002-06-11 Thread andy
put: INSERT INTO beaches VALUES ('','Carrabelle Beach','US','9'); does anybody know how to do this? Thanx for any help, Andy -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] sending 1000 emails to subscribed members via php?

2002-06-12 Thread andy
if I would have 1 members. This might take lots of cpu?! So I would like to keep it via my webinterface, but be able to email to all members. Thank you for your advice guys, Andy -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Re: sending 1000 emails to subscribed members via php?

2002-06-12 Thread andy
additional comment: some did recieve the email, some did not. does anybody know a good solution? andy "Andy" <[EMAIL PROTECTED]> schrieb im Newsbeitrag [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > Hi there, > > I am wondering whats wrong with my p

[PHP] Re: more upload problem

2002-06-20 Thread Andy
ur form is available. Maybe you spitched to php > 4.2 where you have to deal different with vars and always have to know where they come from. Try to echo the name out. Hope this helps, Andy -- http://www.globosapiens.net Global Trave

[PHP] Re: How to remove the first element of an array?

2002-06-20 Thread Andy
Hello Leon, try array_shift http://www.php.net/manual/en/function.array-shift.php Hope this helps, Andy -- http://www.globosapiens.net Global Travellers Network! "Leon Mergen" <[EMAIL PROTECTED]> schrieb im Newsbei

[PHP] Re: JPGrapgh and GD Library SAMBAR server

2002-06-20 Thread Andy
Hi Christopher, it seems to me that you have gd1.8 enabled but jdgraph in you version requires gd2. Check your php.ini if the propper library is activated. Hope this helps, Andy -- http://www.globosapiens.net Global Travellers Network

[PHP] Re: Using PHP and Apache's .htaccess files.

2002-06-20 Thread Andy
hello Todd, there is a directive where you can redirect errors to certain pages withhin the htaccess file. I do not remember the exact syntax, but it looked like... ErrorDocument 401 /root/to/your/file.html Please check the apache docs it this does not work. Andy

[PHP] Architecture problem? Google want index files exept the main page.

2002-06-20 Thread Andy
does only find the first page. A site like: http://www.globosapiens.net/profiles/A002021.html is not indexed at all!! Did I go the wrong path, or what else is going on? Thank you for any help, Andy -- http://www.globosapiens.net Global

[PHP] Re: How to Show my Own Error Message Instead of Mysql Error?

2002-06-20 Thread Andy
But i want to show my own message to the user for this error . http://www.globosapiens.net Global Travellers Network! "Jack" <[EMAIL PROTECTED]> schrieb im Newsbeitrag [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > Dear all > i made a Registration Form for user to input their Data, but i also

[PHP] Re: Mysql Insert from select problem with php

2002-06-20 Thread Andy
why don't you do a quick fix and just add addslashes again if obviously there is no escap slash present right now? Good luck, Andy -- http://www.globosapiens.net Global Travellers Network! "David McInnis" <[EMAIL PROT

Re: [PHP] Architecture problem? Google want index files exept the main page.

2002-06-21 Thread Andy
should I send it? Andy -- http://www.globosapiens.net Global Travellers Network! "Olinux" <[EMAIL PROTECTED]> schrieb im Newsbeitrag [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > Are you using a 404 error to ge

[PHP] Re: emailing html file

2002-06-23 Thread Andy
you can do this with the regular mailfunction. Take a look at http://www.php.net/mail Andy -- http://www.globosapiens.net Global Travellers Network! "M.E. Suliman" <[EMAIL PROTECTED]> schrieb im Newsbeitrag 000b01c219b8$a

[PHP] Re: Help with e-mail form with server-side written in php?

2002-06-26 Thread Andy
you should consider that not everybody has enabled JS. Always double check with php before you add data or send it via mail. Maybe some people just hit the send button without filling in anything. Andy -- http://www.globosapiens.net Global

[PHP] Re: logging onto phpmyadmin

2002-06-26 Thread Andy
. This can be easily done with this programm. Again.. check the docs which come with it. Andy -- http://www.globosapiens.net Global Travellers Network! "Phil Schwarzmann" <[EMAIL PROTECTED]> schrieb im Newsbeitrag [EMAIL PROTECT

[PHP] rar error in session management

2002-06-26 Thread Andy
without their user id. Has anybody an idea how I can track this error? I tryed to reproduce it and did try it on several systems, but I have not been successfull so far. Thank you for any help on that, Andy -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http

Re: [PHP] saving temporary image to database

2002-06-29 Thread andy
t;>news:[EMAIL PROTECTED]... > There is no imagejpeg() call in the code snippet you provided. And you > don't say how it is failing. You haven't provided us with enough data to > answer this question. > > -Rasmus > > On Sat, 29 Jun 2002, andy wrote: > > > Hi

[PHP] blob versus file

2002-07-01 Thread andy
show up on the site. Is there a way to improve the performance, and why is this happening? I thought the performance might even boost after storing them to blobs. Thank you for any comments on that, Andy PS: I was planing to store all the other images (20 - 50 KB) to blobs as well (thousands

[PHP] Re: blob versus file

2002-07-01 Thread Andy
have to move around files which are in a data folder inside the application. So I was searching for a way to avoid this and keep the data untouched. Maybe someone knows a better way to do that? Thanx for your help guys, Andy - Knud I thought this might be of interest for u 2 "Richard

Re: [PHP] Re: [PHP-DB] blob versus file

2002-07-01 Thread Andy
i also noticed that the images are not cached at all. The other images comming from the FS are cached just fine. Do u think thats because of the blob? Andy "Mark" <[EMAIL PROTECTED]> schrieb im Newsbeitrag [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... On Mon, 1 Jul 200

[PHP] Re: [PHP-DB] blob versus file

2002-07-01 Thread Andy
schrieb im Newsbeitrag [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > On Mon, 1 Jul 2002 14:17:53 +0200 > "andy" <[EMAIL PROTECTED]> wrote: > > > Hi there, > > > > I am wondering if anybody has experiance in saving images to blob in mysql. > &

[PHP] storing content data outside the application

2002-07-02 Thread Andy
by the client anymore. Does anybody know a good method to store the images outside the rootfolder and still access them the old fashion way? Any suggestions are appreciated. Thanx, Andy -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] returning more than 1 value from function

2002-07-04 Thread andy
hi there, i am wondering if it is possible to return more than 1 value from a function? something like test(){ return $value1, $value2 } Thanx for any help, Andy -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] resizing images comming out of blobs

2002-07-04 Thread andy
Hi there, I am wondering how to resize an image which is stored in a mysql blob field. With files this workes just fine, but how to do this with the image comming from blob? Has anybody done this already? Thank you for any help on that, andy -- PHP General Mailing List (http://www.php.net

[PHP] inserting linebrakes in multisite forms

2002-07-07 Thread andy
He everybody, I am wondering how to insert the linebrakes into mulitsite forms. Example: One Form has a textfield, I submit it to another html site where there is another form with a textfield. Inside this textfield I place a hidden field with the value of the field from page 1 then I submit to

[PHP] transporting variable via post to another site

2002-07-07 Thread andy
even experiance in this? Thanx, Andy -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] transporting variable via post to another site

2002-07-07 Thread andy
3 (same site as form2 ) to allow a different action since we have to link to another site then in form 2. sounds confusing? I know but I hope I explained it ok Andy - Original Message - From: "Alberto Serra" <[EMAIL PROTECTED]> Newsgroups: php.general Cc: <[EMA

Re: [PHP] inserting linebrakes in multisite forms

2002-07-07 Thread andy
Hi alberto, I did try this out, but somehow this happens: text br / br / text in new line br/ is exacly where the linebrakes should be, but instead it is typed on screen. Is there a solution for this? Andy "Alberto Serra" <[EMAIL PROTECTED]> schrieb im Newsbeitrag [EMAIL

[PHP] Re: Storing images in MySQL bad idea, performance-wise?

2002-07-08 Thread Andy
if the images are not to big I would recommend saving them to blobs. It saves you a lot of work, since you have to think about lots of stuff. Even a garbage collector should be programmed since there is not a transaction possibility between FS and DB. Andy "René fournier" <[EM

[PHP] banner rotation and advertisement

2002-07-09 Thread Andy
views happend? I mean there must be a system which is proving how often. And second off all how to find the right sponsors fitting to the site. Maybe someone knows a third party company which does this for a fee. Has anybody a good hint? Thank you in advance. Andy -- PHP General Mailing List

  1   2   3   4   5   6   7   8   >