[PHP] picture(s) in Excel

2003-07-09 Thread jan
Hi there! I'd like to ask if there is any work-around available for saving picture(s) (BMP/JPG/PNG) in *.xls file. I need to create (using PHP) dynamically xls file with some pictures in it. thanks Jan -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit:

Re: [PHP] picture(s) in Excel

2003-07-09 Thread jan
Hi ! thanks. yes, that's the solution for BMP files. I would prefer using PNG of JPG format. Is it possible ? Jan On Wed, 2003-07-09 at 13:34, Marek Kilimajer wrote: > Use this class: > http://phpclasses.web4u.cz/browse.html/package/767.html > and insert_bitmap() method of a Wo

[PHP] saving BMP image

2003-07-10 Thread jan
Hi! I'd like to ask if there is any function for saving image into (windows) BMP format (not wbmp - which is wireless BMP). e.g. imagejpg() will save jpg file Jan -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] unique id

2003-07-26 Thread jan
Hi there! What's the best way to create uids (unique ids) even when runnig at exactly same time (microseconds)? is this enough ??? $r = mt_rand(); $uid = uniqid(getmypid() . $r); thanks Jan -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.ph

[PHP] xls2pdf

2003-07-29 Thread jan
Hi! what's the best to convert xls to pdf (using PHP) ? maybe there is util (binary executable) xls2pdf i dont know about which would help me as well thanks Jan -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] foreach help

2003-07-31 Thread jan
Hi try this: html code for all of checkboxes: php code: if(isset($_POST['ch_box'])) { foreach($_POST['ch_box'] as $ch_box_id => $ch_box_value) { processing instructions } } Regards Jan On Thu, 2003-07-31 at 03:50, Ryan A wrote:

[PHP] saving images into pdf file using PDFlib

2003-08-14 Thread jan
le with 100% view ratio. i've tried it with several other images and im getting same result. any idea what's wrong ? i tried workaround with: pdf_fit_image($p, $image, $x_im, $y_im, "boxsize {150 100} position 0 fitmethod meet"); however it doesnt look so good thanks Jan

RE: [PHP] saving images into pdf file using PDFlib

2003-08-14 Thread jan
Yes, it looks like that's the problem (print pixels vs. view pixels). i've found out that PDFlib is importing images as 72dpi images no matter if they really are 72dpi or not :( so now my images are about 4-times smaller as they should be. any suggestions ? : Regards Jan On Wed, 200

[PHP] COM("Excel.Sheet")

2003-08-20 Thread jan
Hi! i'd like to use full power of Excel.Sheet COM object. Does anybody know where can I find full documentation of Excel.Sheet COM object ? thanks Jan -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] session management conflicts with xhtml specifications

2001-07-12 Thread Jan
My output does not validate as XHTML because of the & sign in the a href that is automatically appendet by the php session management. it should be exchanged by an & entity. Is there a way to do this? There should be one I guess ... Than

[PHP] XHTML compatible error messages

2001-08-17 Thread Jan
Hi out there! I have got a problem with PHP's standard way of reporting errors. The in the error messages are making the XML invalid (should be ). Is there an easy way to do this? Jan.

Re: [PHP] XHTML compatible error messages

2001-08-17 Thread Jan
would prefere to do not. So my question is: How can I alter the PHP built in error messaging format? Thanks in advance, Jan > I think Jan meant that when PHP spits out "Error in line x", it has a > in there which causes the page to be invalid. > > My question would be

[PHP] Re: [PHP-DEV] php and autoconf 2.50

2001-08-21 Thread jan
this functionality is encouraged to provide > patches which addresses the remaining issues. Done -> [PHP-DEV] Bug #12871: updating build-system to autoconf 2.5x > - Sascha Experience IRCG Jan -- => http://www.kneschke.de <

[PHP] How to create thumbnails?

2001-08-26 Thread Jan
For thumbnail creation I would need to know how I scale a loaded image or better: How do I copy a scaled version of an image created with imagecreatefromjpeg onto a background I have previously created? Jan

[PHP] How to get a list of classes that have been loaded from out the jars in lib?

2001-10-03 Thread Jan
files that are not created by me so I cannot use a config file containing all the class names for my purpose. Thanks for your help, Jan.

[PHP] expression between vertical bars

2005-05-07 Thread Jan
Hello, Could someone explain to me the use of the vertical bar in expressions like "|<[^>]+>(.*)]+>|U". I understand that the vertical bars are used to separate the expression from the modifier, but can't find any documentation about the reasons and rules to do this. Thanks, Jan

[PHP] protect downloadable files

2002-12-12 Thread Jan Grafström
Hi, I have some zipfiles in a directory and wonder how to protect the files? I send the customer to a downloadpage with links after succsessfull login. What is best to do? chmod the files when I upload them and change chmod if I have a verifief user? Any suggestions? -- Regards Jan Grafstrom

[PHP] can I mail unlimited in one click?

2002-12-16 Thread Jan Grafström
;Reply-To: $admail\n"; $headers .= "X-Mailer: PHP\n"; mail($recipient, $subject, $message, $headers); } or is there a limit? Thanks for any help Jan Grafstrom -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Re: calendar solution for workgroups ???

2002-12-23 Thread Jan Schneider
users/groups. Jan. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] mbstring and iconv status and conversion problems

2002-12-23 Thread Jan Schneider
onversions doesn't seem to work quite well, I tried to use mbstring's one. But afaics it doesn't support converting into utf-8. Is there any other preferred method to convert to utf-8? Jan. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Re: mbstring and iconv status and conversion problems

2002-12-23 Thread Jan Schneider
Jan Schneider wrote: Second question: Since iconv's output buffering charset conversions doesn't seem to work quite well, I tried to use mbstring's one. But afaics it doesn't support converting into utf-8. Is there any other preferred method to convert to utf-8? Sorry, not

Re: [PHP] Re: Change Date

2003-01-13 Thread Jan Mikes
hope it'll help .mtg. - Original Message - From: "Chris Boget" <[EMAIL PROTECTED]> To: "Naqashzade, Sadeq" <[EMAIL PROTECTED]> Cc: "PHP General" <[EMAIL PROTECTED]> Sent: Monday, January 13, 2003 3:59 PM Subject: Re: [PHP] Re: Change Date > > How can I find time stamp for example 125

[PHP] backslash t

2003-01-22 Thread Jan Grafström
Hi, I want php to print " \tab" but when I do, I only get "ab" as output. How do I keep the \t? Thanks in advance. Jan Grafström -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] $HTTP_USER_AGENT

2003-01-30 Thread Jan Mikes
hi all, do anyone know where I can get a full list of $HTTP_USER_AGENT strings ?? thanx a lot mtg

Re: [PHP] $HTTP_USER_AGENT

2003-01-30 Thread Jan Mikes
exactly what I needed thank you mtg - Original Message - From: "Ford, Mike [LSS]" <[EMAIL PROTECTED]> To: "'Jan Mikes'" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Thursday, January 30, 2003 4:46 PM Subject: RE: [PHP] $HTTP_USER_AGEN

[PHP] receiving data elements from Access

2003-03-09 Thread Jan Bro
in Datumsfeld >'#$datum_beginn#'. How do I get a list of all entries with a date that lay behind a certain date? I'd prefer to let the database do the job for me, rather than pulling everything out and get the relevant data with php. thx Jan -- PHP General Mailing List (h

[PHP] Looking for partner for credit cards

2003-03-11 Thread Jan Bro
le. The shop is still very small so I'd prefer something with a very small monthly fee. Charge for actual transaction doesn't matter that much. 'Hope some of you know one or two good credit card partners (for the usuall credit cards used in the US) thx Jan -- PHP General Mailing

WG: [PHP] Looking for partner for credit cards

2003-03-11 Thread Jan Bro
thx folks, I'll check them all out Jan -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Re: really simple problem with GET

2003-03-12 Thread Jan Grafström
Try ...test.php?test=0 //no $ before test= /Jan "Kelvin Poon" <[EMAIL PROTECTED]> skrev i meddelandet news:[EMAIL PROTECTED] .ca... > Hi, > > I am sorry if the level of this question is too simple but I can't figure > out what's wrong. I want to pass a va

[PHP] Re: Multiple values per variable

2003-03-12 Thread Jan Grafström
user1 abc $user1_array=array(); array_push($user1_array, "a","b","c"); //check user_array $cat=""; for ($i=0;$i skrev i meddelandet news:[EMAIL PROTECTED] > I am working on some logic where users are categorized based on the results > from a few questions. So far everything is working properly,

[PHP] Re: replace string in array

2003-03-16 Thread Jan Grafström
Chris, you can splice an array http://www.php.net/manual/sv/function.array-splice.php Jan Grafstrom "Chris Winters" <[EMAIL PROTECTED]> skrev i meddelandet news:[EMAIL PROTECTED] > I'm having a bit of trouble... > > I have an array that consists of a string l

[PHP] How does PHP interact when using Java?

2003-07-13 Thread Jan Bro
l. PHP blows off with a severe error message. thx Jan Bro -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] need background info on PHP & Java

2003-07-17 Thread Jan Bro
, I sure want to know why it's working and how. To give you an rough idea on what I'm talking about here is some sampe code: getProperty("java.version")." \n"; thx I'd really apreciate it as my boss want's an answer, too. Jan Bro -- PHP Gener

[PHP] Reading from file on local disk to server

2003-03-20 Thread Jan Meiring
Hi everyone This is what I want to do: I have a file on each workstation that gets created each time the pc is rebooted - the file save the pc configuration plus the current user logged onto the machine, I want to read from that file variables so that I can save it to my mySQL database and r

[PHP] Web server request redirection

2003-03-26 Thread Jan Walter
Hi, I have written a small webservice in M$ VS.NET (for some "political" reasons), which needs IIS to run. I would like not to open M$ IIS server for outer requests, but enable access just through linux/apache(/php) webserver instead. Is there any simple way, how to resend (at least POST/GET)

Re: [PHP] Web server request redirection

2003-03-26 Thread Jan Walter
Ray Hunter wrote: > Are both servers running on the same computer? If so you can send data > via the port number they are on. They are two: 1/ php+apache/linux webserver (reachable from outside) 2/ iis/w2k running web service (behind firewall) > You can also create scripts that receive post data an

Re: [PHP] Web server request redirection

2003-03-27 Thread Jan Walter
David Otton wrote: On Thu, 27 Mar 2003 00:10:34 +0100, you wrote: I would suggest configuring Apache as an HTTP proxy, rather than trying to redirect requests with PHP scripts. More details here http://www.devshed.com/Server_Side/Administration/ApacheProxy/page1.html With some forethought, you ca

[PHP] Problem with PHP

2003-03-27 Thread Navratil, Jan
> Hallo, > > i have problem with running PHP4.3.1 on Apache1.3.19 on W2K. > > I instaled everithng by install.txt. Is posible to load easy php pages but > when i want to Recieve data from form it does not wrok. > > Please help me > > Best regards Honza Navratil -- PHP General Mailing List (

[PHP] exec different result from command line

2003-03-31 Thread Jan-Hendrik
Hi folks ! I've got a strage problem I don't know how to solve: I am calling ImageMagick's identify. If I do that via command line, I get a textline as result with all images. If I do the same with exec or passthru, I only get results with certain image-types. Does anyone have any idea of what t

[PHP] Re: Can't pass query string from HTML to PHP

2003-06-19 Thread Jan Grafström
Hi Robby, try to add this line to your php-file: $name=$_GET['name'] ; change to: Good luck! Jan "Robby Ku" <[EMAIL PROTECTED]> skrev i meddelandet news:[EMAIL PROTECTED] > Hi, > > I've got a problem passing a query string from a HTML file to

[PHP] Can't PHP handle more than one java objekt????

2003-06-28 Thread Jan Bro
Hi, I've got the following code: If I comment one of the two java object lines, I get no error. If I use'em both, It creates a nasty error message, after which php.exe is closed down. Has any of you an idea on how to solve this? thx Jan -- PHP General Mailing List (http://w

[PHP] PHP & Java

2003-06-29 Thread Jan Bro
9 10:58:32 2003] [error] [client 127.0.0.1] Premature end of script headers: c:/apache/php4/php.exe Other than that I've seem to have a good configured System, as there are no more errors. I run a win2000 with apache 1.3.2 with php 4.3.1 thx Jan -- PHP General Mailing List (http://w

[PHP] Getting information of a client

2002-08-09 Thread Jan Souman
I would like to get information of a person who is browsing my site. Does anyone know how to get this information? Kind regards, Jan -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Sending automatically mail

2002-08-09 Thread Jan Souman
I would like my php-script to send a mail every day automatically, without anyone opening my site. Is this possible and if yes can anyone tell how to do this? Kind regards, Jan -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Cookie array

2002-08-10 Thread Jan - CWIZO
Hi ! How can I stoor array in to a cookie ? Do I just define an array and stoore it in a cookie ? How do I access the data in the array then ? -- LP CWIZO www.3delavnica.com www.ks-con.si www.WetSoftware.com -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.

Re: [PHP] Re: Cookie array

2002-08-11 Thread Jan - CWIZO
: > > foreach($_COOKIE["TestCookie"] as $key => $value) { >echo "{$value}"; > } > > or > > echo $_COOKIE["TestCookie"]["one"]; > echo $_COOKIE["TestCookie"][1]; > > Jan - Cwizo wrote: > > Hi ! >

Re: [PHP] Re: [PHP-INST] RedHat 7.3 apache is running but where is PHP support

2002-08-11 Thread Jan - CWIZO
Did that. Removed all stuff from apache, php & mysql. Now what ? I will download the source code for apache and mysql now. LP Dne nedelja 11. avgust 2002 20:56 je [EMAIL PROTECTED] napisal(a): > remove dependent modules, > to find out dependencies: > > rpm -q --whatrequires php > > the list s

Re: [PHP] How to escape " in hidden field?

2002-09-03 Thread Jan Kudrman
Try HTMLSpecialChars function. http://www.php.net/htmlspecialchars Regards, Jan - Original Message - From: "Martin Thoma" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, September 02, 2002 11:59 AM Subject: [PHP] How to escape " in hidden fiel

Re: [PHP] Upgrading PHP on Redhat

2002-09-08 Thread Jan Kudrman
n't be any "dependencies" error. If yes, please let me know. I'm not an expert for Red Hat Linux but I am yousind this distribution and I am doing it by this way... and it's works for me. Best regards, Jan - Original Message - From: "David Yee" <[EMAIL

[PHP] Warning: Failed to write session data ?

2002-10-16 Thread Jan Grafström
this frame loaded from another server. I have my mainsite on one server and shopsite on another. Thanks in advance for any help. -- Regards, Jan Grafström Sweden -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Can I get back a deleted row from mysql?

2002-06-06 Thread Jan Grafström
Hi, I wonder if you can get back or view the deleted data in a delted row in mysql? "DELETE FROM $table WHERE id=$id" I used the above code to delete. Thanks for any help. -- Regards, Jan Grafström Sweden -- PHP General Mailing List (http://www.php.net/) To unsubscribe, v

[PHP] ssl security question

2002-06-08 Thread Jan Grafström
same url? If a hacker sniff the ssl-string can he send that string and start the file anyway? -- Regards, Jan Grafström Sweden -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP] multiple FORMS on same page problem.

2003-09-17 Thread Ruessel, Jan
You could also redirect with javascript: echo ""; echo "window.location.href = 'page5.php'"; echo ""; Grtz Jan -Original Message- From: John W. Holmes [mailto:[EMAIL PROTECTED] Sent: Dienstag, 16. September 2003 18:06 To: Golawala, Moiz M (Ind

RE: [PHP] Session data getting lost

2003-09-17 Thread Ruessel, Jan
You have to put session_start(); at the VERY TOP of your code. even before alle the tags. Hope that helps! Jan -Original Message- From: Chris Shiflett [mailto:[EMAIL PROTECTED] Sent: Dienstag, 16. September 2003 20:17 To: Rich Gray; [EMAIL PROTECTED] Php. Net Subject: Re: [PHP] Session

RE: [PHP] PHP Editor - which to use?

2003-09-22 Thread Ruessel, Jan
well, i like to use dreamweaver mx or textpad with the syntax highlighting file you additionally have to download. i dunno if there are special "php-must-have-editors". grtz jan -Original Message- From: Binay [mailto:[EMAIL PROTECTED] Sent: Montag, 22. September 2003 10:58

[PHP] Php returns wrong content-type (one php, two apaches)

2003-09-23 Thread Jan Vitek
Hello, I installed Apache 2.0.47 with PHP 4.3.3 (as Apache module). Everything worked fine, until I decided that I will install one more Apache. I installed the second apache (again Apache 2.0.47 and PHP 4.3.3) and configured it in a same way as the first apache, only the port (directive Listen

[PHP] One PHP vs. Two Apaches (Wrong Content-type header .. )

2003-09-23 Thread Jan Vitek
Hello, I installed Apache 2.0.47 with PHP 4.3.3 (as Apache module). Everything worked fine, until I decided that I will install one more Apache. I installed the second apache (again Apache 2.0.47 and PHP 4.3.3) and configured it in a same way as the first apache, only the port (directive Listen) w

[PHP] how to call a script every (say) 5 minutes

2003-10-01 Thread Jan Hübbers
ically i'm just interested in how to perform a script every given amount of time under Windows (2k, XP) and Linux. I don't know to much about cron jobs or the windows scripting host, but i thought something along the line might work out. thanks in advance Jan -- PHP G

[PHP] mysql row num, offset?

2003-11-24 Thread Jan Grafström
Hi, can I get the rownumber (offset) from mysql? After I have made a select I want to generate an update query wich works for any table. Thanks in advance for any help. Jan -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Re: PHP, MySQL problem

2004-01-14 Thread Jan Grafström
Hi Add records with this code. name address Hope this helps. Jan "Nicolai Elmqvist" <[EMAIL PROTECTED]> skrev i meddelandet news:[EMAIL PROTECTED] > Hi > > I have just started working with PHP and MySQL and have gone through 3 > tutorials on how to a

[PHP] Can you check if someone is online on your homepage?

2001-02-21 Thread Jan Grafström
page than you can tell visitor to goto another instance of the page. Thanks for help. Regards Jan -- 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

[PHP] help change filename.

2001-02-21 Thread Jan Grafström
Hi! I am trying to change a filename this is my php: It doesn´t work do I need some more code to get it working, something like fopen? Thanks for any help. Regards Jan -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e

[PHP] Adding new data at beginning.

2001-02-22 Thread Jan Grafström
;, ''); Here I need some code to get the output look like this"" print_r($message); fwrite ($fp, $message); fclose ($fp); I am thankful for any help. Regards Jan -- 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] How to completly remove a file?

2001-03-07 Thread Jan Grafström
Hi! When I run this PHP my file idb.xml returns empty but how do I do if I then whant to remove the file idb.xml. I just doesn´t want it empty, I want it to disappeare.? Thanks for help. Jan -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For

[PHP] problem search in array

2001-05-03 Thread Jan Grafström
ng = explode(" ", $string); if (in_array ($word, $refined_string)){ print "Got word"; } fclose ($fp); -- If You know what is wrong I am very thankful for help. Regards Jan -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additio

[PHP] Can php give me row number?

2001-05-06 Thread Jan Grafström
the word"; } - Now I also wan´t to know to in which row the word was found. Is there a simple way to add some code? Thanks for any tips. Regards Jan -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL

[PHP] Stop if word is found?

2001-05-08 Thread Jan Grafström
); fclose($fd); while (list ($key, $val) = each ($fruits)) { if (eregi("$word", $val)) { print "$filename2".",".$key; } } -- If I put in a word wich is found in both files than I got two answers but I only wan´t to know the first one. Can I prevent it to run if the w

[PHP] mail() is not supported in this PHP build ???

2001-05-14 Thread Jan PAVLÍK
Hi, I have really problem with %SUBJ%, what I do bad, that isn't work function mail() THANX from Czech Republic :)) -- Jan PAVLIK, webmaster -- CASHMAIL s.r.o. [EMAIL PROTECTED] 0608/344 010 ICQ 6611951 Motto: Neco nefunguje? Zkuste nejdrive

[PHP] REMOTE_ADDR in requied files

2002-01-04 Thread Jan Muzik
When I call function stored in another file, included with require command, variable $REMOTE_ADDR is empty in this function. How is that possible?? Thanks for help. Jan Muzik -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e

[PHP] Change column in mysgl

2002-01-15 Thread Jan Grafström
Hi! Can I change this column "adress VARCHAR(25)" to "adress VARCHAR(40)" afterwards. I use mysql. Thanks for any help Regards, Jan -- Jan Grafström Lillemans Hus AB Bredsäter 2091 87010 Älandsbro 0611-60920 070-6409073 -- PHP General Mailing List (http://www.php.net

[PHP] Create Image on the fly

2002-01-17 Thread Jan Grafström
Hi! How do I change this if I will use the Image direct in my html-code? Do I need to save it first. "; ?> Thanks in advance. -- Regards Jan Grafström Lillemans Hus AB Bredsäter 2091 87010 Älandsbro 0611-60920 070-6409073 -- PHP General Mailing List (http://www.php.net/) To unsubs

Re: [PHP] Create Image on the fly

2002-01-17 Thread Jan Grafström
Thanks Val! Now I understand. Jan "Val Petruchek" <[EMAIL PROTECTED]> skrev i meddelandet 000801c19f4a$49862950$[EMAIL PROTECTED]">news:000801c19f4a$49862950$[EMAIL PROTECTED]... > > in index.html you write > > > > in aaa.php you write > > $

[PHP] Protect your code

2002-01-21 Thread Jan Grafström
page, something like: $string = include ("textmaker.php3?text=testword"); I am trying to build blanks for use as a memberservice and want it difficult to reuse my code. Any tips? Thanks in advance Regards, Jan - filename=index.php "; echo $head; ?> --- filename=img

[PHP] Store array into mysql?

2002-02-14 Thread Jan Grafström
first make a string commaseparated or like and than insert that string? Thanks in advance. Regards, Jan Grafström -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Why my gd can not work?help please!!!

2002-04-18 Thread Jan Peuker
GIF is licensed by Unisys(it is a compuserve format). This is very expensive, so it has been cut out of php. Solution: a) use PNG b) get an old version of php. regars, Jan Peuker P.S.: In future, please don't post 3 times using courier-extrabig. - Original Message - From: &q

[PHP] Display large text fields in html

2002-04-23 Thread Jan Peuker
of textfiles which are generated before c) above but w/ layer d) no box but an image, b/w-gif generated by php e) inline-frameset which is reloaded f) an applett which get its resource by getURL g) ... As I said, do you know which would be the best? Thanks a lot, Jan PS. Yes, I think this is

Re: [PHP] Re: Display large text fields in html

2002-04-23 Thread Jan Peuker
ing a LIMIT-query from 50 +/- of selectedIndex and then just reload if a new index is out of this range, but for me there is no ability to hide/show these fields from JS. So i think i would have to use an Applett? Jan - Original Message - From: "Julio Nobrega Trabalhando" <[EM

Re: [PHP] sessions

2002-04-26 Thread Jan Peuker
If you use files you might get the contens of the folder where sessions stored and just count. Jan - Original Message - From: "Fifield, Mike" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, April 26, 2002 5:57 PM Subject: [PHP] sessions > Is there

[PHP] Stop to fast caching/parsing

2002-04-27 Thread Jan Peuker
Hi List, my Problem is, on the second line of my script I validate a session. If it's false, it dies. But in the first line, I require a header(html,body,title etc.). Now, if a session fails, my die-Message ends in a "

Re: [PHP] Stop to fast caching/parsing

2002-04-27 Thread Jan Peuker
But I WANT to do something else, loading other code! But ok, I will check at first, then include a short header before dying. This runs, but isn't beautiful. Thanks. Jan - Original Message - From: "Jason Wong" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent:

Re: [PHP] Pixel Length of text message

2002-04-29 Thread Jan Peuker
x27;t know how exactly, it's just an idea, regards, jan - Original Message - From: "District Webmaster" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, April 29, 2002 6:17 PM Subject: [PHP] Pixel Length of text message > In html/css you can set a

[PHP] In Addition to [PHP] PHP Security

2002-04-29 Thread Jan Peuker
-variables send per post or does the next script reads it from the session-file so nobody can't read them? Regars, Jan Peuker - Original Message - From: "Miguel Cruz" <[EMAIL PROTECTED]> To: "Jay Fitzgerald" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]

[PHP] get out of frameset?

2002-02-25 Thread Jan Grafström
cation? Thanks in advance. -- Regards, Jan Grafström Bredsäter 2091 87010 Älandsbro Sweden -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Can mysql add qty directly?

2002-02-27 Thread Jan Grafström
need to first make a separate query on soldqty or is there an easyer way? Thanks in advance. -- Regards, Jan Grafström Härnösand Sweden -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] sessions and netscape 6.2

2002-03-08 Thread Jan Grafström
g target=_top in all links. Now I wonder if there is any other way solving this problem? Thanks in advance. -- Regards Jan Grafström 87010 Älandsbro Sweden -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Re: Finding variable names in strings, and replacing with values?

2002-03-08 Thread Jan Grafström
Hi Nick! http://www.php.net/manual/en/function.str-replace.php Regards, Jan "Nick Richardson" <[EMAIL PROTECTED]> skrev i meddelandet [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > Been working on this one for quite awhile, and it's probably a fairly easy >

[PHP] Re: just a link in php email

2002-03-08 Thread Jan Grafström
: PHP\n"; $headers .= "Content-Type: text/html; charset=iso-8859-1\n"; mail($recipient, $subject, $message, $headers); Regards, Jan "Andrea Caldwell" <[EMAIL PROTECTED]> skrev i meddelandet [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > Hi All, > >

[PHP] Netscape 6.2 session problem?

2002-03-11 Thread Jan Grafström
Thanks for any help. -- Regards Jan Grafström Minisoft Sweden Bredsäter 2091 87010 Älandsbro 0611-60920 070-6409073 -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Hi problem with selected value!!

2002-03-11 Thread Jan Rademaker
I don't know what the problem is because it works fine here (IE 5.5) On Mon, 11 Mar 2002, Balaji Ankem wrote: > Hi friend, > could u plz. Tell me how to display the slected option value in alert > box? > > Code I wrote is like this.. But I am getting NULL.. Any help would be > appreciable..

Re: [PHP] session OR variables

2002-03-11 Thread Jan Rademaker
ld save your data the url. Jan > > Vlad > > > -- > PHP General Mailing List (http://www.php.net/) > To unsubscribe, visit: http://www.php.net/unsub.php > -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Hi How to compare two dates using PHP which are from mysqldatabase?

2002-03-12 Thread Jan Rademaker
help would be apprciable. > > Thanks in advance > Balaji > > -- Jan Rademaker <[EMAIL PROTECTED]> http://www.ottobak.com -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP] Hi How to compare two dates using PHP which are from mysqldatabase?

2002-03-12 Thread Jan Rademaker
On Tue, 12 Mar 2002, Balaji Ankem wrote: > Hi Jan, > I want to compare the DTAETIME1,DATETIME2 which are from mysql > table and want to compare in PHP. > But strtotime takes only one argument and it checks whether it > is valid or not. True, after you've fetche

Re: [PHP] Hi How to compare two dates using PHP which are from mysqldatabase?

2002-03-12 Thread Jan Rademaker
On Tue, 12 Mar 2002, Jason Lotito wrote: > Why not compare them in the SQL Query itself? > That could work just as well, depending in what you want to do with the data. -- Jan Rademaker <[EMAIL PROTECTED]> http://www.ottobak.com -- PHP General Mailing List (http://www.

Re: [PHP] Error Handling!

2002-03-12 Thread Jan Rademaker
mail : [EMAIL PROTECTED] > Tel : 91-4546512/4522124 > *** > > __ > Do You Yahoo!? > Try FREE Yahoo! Mail - the world's greatest free email! > http://mail.yahoo.com/ > > -- Jan Rademaker <[EMAIL PROTE

Re: [PHP] parse error? how can I print spesific message for allerror mesage

2002-03-12 Thread Jan Rademaker
I want > to say him that "Access Denied" Or something like that use error_reporting() (see manual) to suppres warnings. to give back an error use something like; if (!isset($dir) || !isset($res)) { print "Access Denied"; exit; } > > > >

RE: [PHP] Another Session Question..

2002-03-12 Thread Jan Rademaker
On Tue, 12 Mar 2002, Gonzalez, Zara E wrote: > On second look, perhaps it is working correctly. > > I wasn't incrementing my counter variable. Sorry to flood your mailboxes. > > Zara > this should work as well; foreach($_REQUEST as $key => $val) { $_SESSIO

Re: [PHP] $PHP_SELF in include files

2002-03-12 Thread Jan Rademaker
ace="Times New Roman" size="2"> > > color="#CC">Questions > size="2"> > Insert questions here. > } > ?> > -- Jan Rademaker <[EMAIL PROTECTED]> http://www.ottobak.com -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] PHP and permissions

2002-03-12 Thread Jan Rademaker
gt;This worked. > > So my question is, what user is PHP run under that allows me to access another >user's file (but the same group)? > > Thanks, > Don > -- Jan Rademaker <[EMAIL PROTECTED]> http://www.ottobak.com -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] PHP and permissions

2002-03-13 Thread Jan Rademaker
hould be able to find the group id in the same place as the userid (after the /), eg.: user(1234)/group(4323) or user(1234)/4323 Maybe this helps you out a little further... -- Jan Rademaker <[EMAIL PROTECTED]> http://www.ottobak.com -- PHP General Mailing List (http://www.php.net/) T

Re: [PHP] PHP and permissions

2002-03-13 Thread Jan Rademaker
On Wed, 13 Mar 2002, Jan Rademaker wrote: > On Tue, 12 Mar 2002, Don wrote: > > > I did. That's why I'm confused. phpinfo() is telling me that the user is > > myself (I don't see the group). So what is the "permission" difference > > bet

  1   2   3   4   >