[PHP] test, pls del

2002-01-03 Thread louie miranda
test -- 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] php+mysql simple query help me pls! ty.

2002-01-03 Thread louie miranda
Hi, can someone help me here! :( I can't query the data on my sql from php. db is fine, i couldnt see the prob in php! pls help, ty. # MSQL ### mysql desc members; +--+-+--+-+-++ | Field

[PHP] Re: [PHP-DB] php+mysql simple query help me pls! ty.

2002-01-03 Thread louie miranda
yes, i forgot something, this = mysql_select_db(mydb,$db); i did not specify my db name. thanks :) louie - Original Message - From: Rick Emery [EMAIL PROTECTED] To: 'louie miranda' [EMAIL PROTECTED]; [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Sent: Friday, January 04, 2002 4:06 AM

Re: [PHP] APXS problem with compile. Please help :)

2002-01-03 Thread louie miranda
Hi, try to check if apxs is present in your $apache/bin/ directory. The output of /usr/local/apache/bin/apxs follows ./configure: /usr/local/apache/bin/apxs: bad interpreter: No such file or directory configure: error: Aborting If you compile your php w/mod_so support, hm. it should work but

Re: [PHP] APXS problem with compile. Please help :)

2002-01-03 Thread louie miranda
If you compile your php w/mod_so support, hm. it should work but anyway, just try to compile it again if u have time. i mean apache :) sorry.. - Original Message - From: louie miranda [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Friday, January 04, 2002 5:17 AM Subject: Re: [PHP

[PHP] printing php variable into html print $result; ?

2002-01-03 Thread louie miranda
Hi, is it possible to print the sql query? i mean i want to print the output of the command SELECT * FROM members; and output it into html, i tried print $result; -- it gives me different output.. Resource id #2 ty, louie... # PHP SCRIPT ### html

[PHP] HOWTO USE : htmlspecialchars

2002-01-07 Thread louie miranda
form action=form.php method=GET Info: input type=text name=info size=25 maxlength=25 value=?php htmlspecialchars($info); ? input type=submit /form Hi, im trying this form w/ htmlspecialchars (php function), but it doesn't seem to work, when i submit the form.. htmlspecialchars($info); is

[PHP] php executing system commands..

2002-01-11 Thread louie miranda
Hi, can php execute system commands like df, and then print it to html ? thanks, louie -- 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

Re: [PHP] Including a file using php //

2002-01-15 Thread louie miranda
So u mean like this? ?php include('http://192.168.129.103/noc/chikkaps.txt'); ? Only?, Im not good with this, can you give me some samples? thanks, louie... - Original Message - From: [EMAIL PROTECTED] To: [EMAIL PROTECTED]; louie miranda [EMAIL PROTECTED] Sent: Tuesday, January 15

[PHP] Including a REMOTE FILE using include (php function)

2002-01-15 Thread louie miranda
Im trying this little example of mine, Im trying to include a file from a remote webserver but could not possibly get it to work.. Here is the written code: ### A WORKING CODE // LOCAL FILE ?php $file = one.php; include($file); ? ### ### DID NOT WORK // REMOTE FILE ?php $file =

Re: [PHP] Including a file using php //

2002-01-15 Thread louie miranda
Read the content I mean, echo it on the browser.. - Original Message - From: Henning Sprang [EMAIL PROTECTED] To: louie miranda [EMAIL PROTECTED] Cc: [EMAIL PROTECTED]; [EMAIL PROTECTED] Sent: Tuesday, January 15, 2002 6:32 PM Subject: Re: [PHP] Including a file using php // louie

[PHP] How could i do this on CURL?

2008-02-05 Thread Louie Miranda
parameters that i had just sent 3. file: connect - sends a XML post to the remote url (remote url, closes the connection and application) Could i send two CURL request in one instance? while waiting? -- Louie Miranda ([EMAIL PROTECTED]) http://www.axishift.com Security Is A Series Of Well

[PHP] Re: How could i do this on CURL?

2008-02-05 Thread Louie Miranda
-getMessage().\n; } $curl-close(); } else { //echo $result-getMessage().\n; } } .. ? On Feb 6, 2008 9:17 AM, Manuel Lemos [EMAIL PROTECTED] wrote: Hello, on 02/05/2008 10:34 PM Louie Miranda said the following: I was able to create a working CURL connection

[PHP] Re: How could i do this on CURL?

2008-02-06 Thread Louie Miranda
BTW, I just have read your script. I'll try it tomorrow. Looks like it will work for me. Louie On Feb 6, 2008 3:33 PM, Louie Miranda [EMAIL PROTECTED] wrote: It ain't easy. I have also read the FAQ of cURL http://curl.haxx.se/docs/faq.html#Can_I_use_curl_to_send_a_POST_PU 3.18 Can I use

[PHP] Can PHP do this? -- w/o using event handler

2008-03-02 Thread Louie Miranda
Could PHP do.. 1. Connect and send a parameter to a remote host 2. Wait for the host to reply -- not using event handler 3. Send XML data to the host -- Louie Miranda ([EMAIL PROTECTED]) http://www.axishift.com Security Is A Series Of Well-Defined Steps chmod -R 0 / ; and smile :)

Re: [PHP] Can PHP do this? -- w/o using event handler

2008-03-03 Thread Louie Miranda
Thanks everyone. I think, I will go with the sockets. Louie On Tue, Mar 4, 2008 at 12:36 AM, Richard Lynch [EMAIL PROTECTED] wrote: On Mon, March 3, 2008 1:57 am, Louie Miranda wrote: Could PHP do.. 1. Connect and send a parameter to a remote host 2. Wait for the host to reply

[PHP] Is it possible to restart Windows Apache (service) on a PHP script?

2007-10-19 Thread Louie Miranda
Is it possible to restart Windows Apache (service) on a PHP script? i have installed PHP/Apache on a Windows machine. Added the ext windows32 service. But could not find any how to or information online. Please help! -- Louie Miranda ([EMAIL PROTECTED]) http://www.axishift.com Security

Re: [PHP] Is it possible to restart Windows Apache (service) on a PHP script?

2007-10-21 Thread Louie Miranda
. Stopping it might work, but restarting... On Fr, Okt 19, 2007 at 04:32:45 +0800, Louie Miranda wrote: Is it possible to restart Windows Apache (service) on a PHP script? i have installed PHP/Apache on a Windows machine. Added the ext windows32 service. But could not find any

[PHP] Re: [PEAR] array on addElement, does not work = QuickForm

2006-10-15 Thread Louie Miranda
Ok thanks a bunch. On 10/13/06, Ian Warner [EMAIL PROTECTED] wrote: Louie Miranda wrote: Now i know. Wow, this is really a great tool. Can i filter CCexpiry for month and year.. lets say if today is october 2006 and user selected may 2006 (where it should had been expired already). Can

[PHP] Displaying Arabic Texts as Image (Problems: arabic chars is reversed?)

2006-10-17 Thread Louie Miranda
, fonts/$fonts, $line_4);Please help!-- Louie Miranda ([EMAIL PROTECTED]) http://www.axishift.com//JSM-W -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] PHP GD and Unicode

2005-08-11 Thread Louie Miranda
But when i try it on a image, that has been created with GD. It does nothing. I just want to confirm, it what im doing with the fonts possible thru GD/Jpeg? Please help, if this aint possible. I think imight purchase the PDFLib instead to test the unicode support. -- Louie Miranda http

[PHP] Mathematical CAPTCHA

2006-03-06 Thread Louie Miranda
Is there a pear package or class for PHP? -- Louie Miranda ([EMAIL PROTECTED]) http://www.axishift.com //JSM-W

Re: [PHP] Mathematical CAPTCHA

2006-03-08 Thread Louie Miranda
What i meant was. A CAPTCHA for: example.. one plus 10 = 11 The answer will be the CAPTCHA string On 3/7/06, Kim Hunter [EMAIL PROTECTED] wrote: a quick google of CAPTCHA php shows quite a few On 3/7/06, Louie Miranda [EMAIL PROTECTED] wrote: Is there a pear package or class for PHP

Re: [PHP] Session_id within URL

2006-04-11 Thread Louie Miranda
://www.php.net/unsub.php -- Louie Miranda ([EMAIL PROTECTED]) http://www.axishift.com //JSM-W

[PHP] Special Chars on Form to Image (GD), not displaying properly.

2006-02-21 Thread Louie Miranda
, $black, includes/resources/$fonts, $line_1_1); .. ? I made a couple of tests and found this variables. The data that will be pass: +88and# Data from the url (address box): line_1_1=%2B88and%23 Image displayed: 88and - only missing + and # What could i be missing? -- Louie Miranda ([EMAIL

Re: [PHP] Special Chars on Form to Image (GD), not displaying properly.

2006-02-21 Thread Louie Miranda
. imagettftextalign($background, 8, 0, 385, 120, $black, includes/resources/$fonts, +88+and#$line_1_1, $alignment='R'); This one displays +88+and# properly on the GD image. I only get problems when displaying it from form to php gd. What could i be missing? :( -- Louie Miranda ([EMAIL PROTECTED

[PHP] Get a PAGE

2005-01-27 Thread Louie Miranda
that can do this? -- Louie Miranda http://www.axishift.com -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Re: Get a PAGE

2005-01-27 Thread Louie Miranda
I think pear http_download, does a diff job. sorry. how can i get a html page on my local folder, using php? On Fri, 28 Jan 2005 14:52:42 +0800, Louie Miranda [EMAIL PROTECTED] wrote: Im trying to capture the whole page of a certain courier service. What i want to do is, after i got the form

Re: [PHP] Get a PAGE

2005-01-27 Thread Louie Miranda
thank you. Is it possible to only show a certain from and end field? On Fri, 28 Jan 2005 00:59:05 -0600, Jon [EMAIL PROTECTED] wrote: I use libcurl for such functions On Fri, 2005-01-28 at 14:52 +0800, Louie Miranda wrote: Im trying to capture the whole page of a certain courier service

[PHP] Counting numbers on while..

2005-03-28 Thread Louie Miranda
| delete 10 miranda edit | delete And so on.. What i wanted it to do was.. 1 louie edit | delete 2 miranda edit | delete And so on.. I was wondering how can i get it to count only the rows, and dont repeat from 1 to 10 on all rows. Please help! -- Louie Miranda

[PHP] adding items on a input box and a checkbox.

2005-04-10 Thread Louie Miranda
to add a input box, where i can add ex: quantity of items and at the same time they can check the box? is it possible on my code? please help!. -- Louie Miranda http://www.axishift.com -- under development

Re: [PHP] adding items on a input box and a checkbox.

2005-04-10 Thread Louie Miranda
It's possible, but what's the point of having a qty and a checkbox? Because, i want my QTY(input) form to be edited right away. Its the basic code. -- Louie Miranda http://www.axishift.com -- under development

[PHP] php calendar suggestion..

2003-08-07 Thread Louie Miranda
can change the dates - events? -- Thank you, Louie Miranda ([EMAIL PROTECTED]) -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] perl to php converter

2003-08-14 Thread Louie Miranda
is there such a thing? perl to php converter? i will try to convert movabletype to php, if ever. -- Thank you, Louie Miranda ([EMAIL PROTECTED]) -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] suggestion on php-editor?

2003-08-14 Thread Louie Miranda
I currently used Dev-PHP IDE. But i was wondering if you guys have any other suggestions? -- Thank you, Louie Miranda ([EMAIL PROTECTED]) -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] php, search engine that index via local filesystem?

2003-08-15 Thread Louie Miranda
Do you know any? --- - Thanks, Louie Miranda -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] editing using msword(similar) via php

2003-09-02 Thread Louie Miranda
Hi, I saw an ASP kind of a msword type editor that edit's webcontents. And it runs asp :(. I was wondering if php can do similar things like this? I can't give you the website url because its on a intranet. --- - Thanks, Louie Miranda -- PHP General Mailing List (http://www.php.net

Re: [PHP] editing using msword(similar) via php

2003-09-02 Thread Louie Miranda
oh yes we can! http://www.snippetmaster.com/ --- - Thanks, Louie Miranda - Original Message - From: Louie Miranda [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, September 03, 2003 9:51 AM Subject: [PHP] editing using msword(similar) via php Hi, I saw an ASP kind

[PHP] HTTP_REFERER

2003-09-12 Thread Louie Miranda
Does php support this? HTTP_REFERER or simply cgi and ssi only? - Louie -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Re: HTTP_REFERER

2003-09-12 Thread Louie Miranda
] Sent: Friday, September 12, 2003 3:30 PM Subject: Re: [PHP] Re: HTTP_REFERER On Fri, Sep 12, 2003 at 09:11:09AM +0200, Catalin Trifu wrote: : : Louie Miranda [EMAIL PROTECTED] wrote: : : Does php support this? HTTP_REFERER : or simply cgi and ssi only? : : It does support any HTTP

Re: [PHP] Re: HTTP_REFERER

2003-09-12 Thread Louie Miranda
12, 2003 4:15 PM Subject: Re: [PHP] Re: HTTP_REFERER On Fri, Sep 12, 2003 at 03:53:22PM +0800, Louie Miranda wrote: : Eugene Lee mentioned: : : Several Windoze firewalls also filter out HTTP_REFERER. : : what can you suggest, im trying to do a referer email program on a website : and i

Re: [PHP] Sending SMS messages ?

2003-09-12 Thread Louie Miranda
Hi Dave, Yes php can, but what application will you connect to? On my old work we develop php and c programs to do it. Although the main client that connects is on C/Unix but when the people wanted to send messages we do it on php then web to c then c program to smsc server. - Louie -

Re: [PHP] Re: HTTP_REFERER

2003-09-14 Thread Louie Miranda
SCRIPT_FILENAME, sorry but i didnt get this part. - Original Message - From: Eugene Lee [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Friday, September 12, 2003 4:51 PM Subject: Re: [PHP] Re: HTTP_REFERER On Fri, Sep 12, 2003 at 04:21:16PM +0800, Louie Miranda wrote: : Eugene Lee

[PHP] browser detector (php side)

2003-09-14 Thread Louie Miranda
Im looking for a browser detector and can redirect to a certain page if its match something. So far phpsniff is the only thing i found. But i didnt got it to work d redirection part. any ideas? - Louie -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit:

[PHP] matching certain values

2003-09-18 Thread Louie Miranda
Im trying to match some words on the value that i have impost on php. But i dont know why it doesnt seem to catch some certain fields. if ($HTTP_USER_AGENT === 'MSIE ') I know something is wrong :( - Louie -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit:

Re: [PHP] matching certain values

2003-09-18 Thread Louie Miranda
thanks for the reference. strpos will be good for my problem. - Original Message - From: Jason Wong [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, September 18, 2003 4:11 PM Subject: Re: [PHP] matching certain values On Thursday 18 September 2003 15:55, Louie Miranda wrote

Re: [PHP] Netcraft

2003-09-25 Thread Louie Miranda
I did see you on the other list, Well anyway. It can be a combination of system tools and php. Not just php, but also system tools like ping, traceroute, etc. Php can help a lot, on querying it over the website. But overall read the man :D -- - Louie Miranda http://www.axishift.com

[PHP] variables, passing again to another.

2003-09-25 Thread Louie Miranda
if ($psi_shipping_addtnl_info != '') { echo ' NO USER INPUT '; } Im catching a _POST variable from a form, now i wonder im filtering it out to pass again to another variable is this possible? -- - Louie Miranda http://www.axishift.com -- PHP General Mailing List (http://www.php.net

[PHP] pdf information..

2003-07-16 Thread Louie Miranda
you can specify 100x100 pixels and make the resolution into 300dpi. How about pdf? -- Thank you, Louie Miranda ([EMAIL PROTECTED]) -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] bcc on php

2003-07-16 Thread Louie Miranda
hello, how do you make a bcc on php on a form 2 email settings.. -- Thank you, Louie Miranda ([EMAIL PROTECTED]) -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] pdf information..

2003-07-16 Thread Louie Miranda
i never tried FPDF but just downloaded it. i'll try in a while.. have you tried making a business card using this? i've testing the pdflib it works great, but the sad thing is i have to pay for it. -- Thank you, Louie Miranda ([EMAIL PROTECTED]) - Original Message - From: Enda Nagle

Re: [PHP] pdf information..

2003-07-16 Thread Louie Miranda
What's the problem with paying for something if nothing.. nothings wrong, but if the free GNU software can do it also, i switch to free software. Like php is :) At first not that mature but look at it now.. people have different opinions, and i respect yours. -- Thank you, Louie Miranda

[PHP] state (Field Problem)

2003-07-16 Thread Louie Miranda
.. -- Thank you, Louie Miranda ([EMAIL PROTECTED]) -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] state (Field Problem)

2003-07-17 Thread Louie Miranda
got it working.. -- Thank you, Louie Miranda ([EMAIL PROTECTED]) - Original Message - From: Jason Wong [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, July 17, 2003 1:49 PM Subject: Re: [PHP] state (Field Problem) On Thursday 17 July 2003 12:56, Louie Miranda wrote: Given

Re: [PHP] bcc on php

2003-07-17 Thread Louie Miranda
A message that you sent contained a recipient address that was incorrectly constructed: Bcc: [EMAIL PROTECTED] missing or malformed local part (expected word or ) got this error.. -- Thank you, Louie Miranda ([EMAIL PROTECTED]) - Original Message - From: Wendell Brown [EMAIL

[PHP] redirecting to a url..

2003-07-18 Thread Louie Miranda
($v_get_template === 'TemplateTwo') { ?? } -- code - -- Thank you, Louie Miranda ([EMAIL PROTECTED]) -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] redirecting to a url..

2003-07-18 Thread Louie Miranda
My solution.. echo meta http-equiv=\REFRESH\ CONTENT=\0; URL=us/index.php\; Or you may have other more advance alternatives? -- Thank you, Louie Miranda ([EMAIL PROTECTED]) - Original Message - From: Louie Miranda [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Friday, July 18, 2003 2

Re: [PHP] redirecting to a url..

2003-07-18 Thread Louie Miranda
thanks, this is much better. -- Thank you, Louie Miranda ([EMAIL PROTECTED]) - Original Message - From: Curt Zirzow [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Friday, July 18, 2003 2:29 PM Subject: Re: [PHP] redirecting to a url.. Louie Miranda [EMAIL PROTECTED] wrote: I have

Re: [PHP] redirecting to a url..

2003-07-20 Thread Louie Miranda
yes, got it working. thanks a lot.. i did use header -- Thank you, Louie Miranda ([EMAIL PROTECTED]) - Original Message - From: Chris Shiflett [EMAIL PROTECTED] To: Louie Miranda [EMAIL PROTECTED]; [EMAIL PROTECTED] Sent: Friday, July 18, 2003 11:45 PM Subject: Re: [PHP] redirecting

[PHP] on preview, loosing data using post/session..

2003-07-20 Thread Louie Miranda
they go back to correct the fields. the entered data is being lost. is there a way to store data that it wont be lost using it's session? or post? what ever's easy will be good help. -- Thank you, Louie Miranda ([EMAIL PROTECTED]) -- PHP General Mailing List (http://www.php.net/) To unsubscribe

[PHP] computing 2 value and adding it..

2003-07-20 Thread Louie Miranda
Im looking for a way that when the user click on the 1000/pcs it will compute * 2. But i couldt figure this out.. -- Thank you, Louie Miranda ([EMAIL PROTECTED]) -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] form to printer servers w/ip

2003-10-10 Thread Louie Miranda
guys, anyone had successfull projects relating on my subject?. im full of overflowing ideas on my head right now. its like form to fax, but this time form to printer. i mean printer servers w/ ip. -- - Louie Miranda http://www.axishift.com -- PHP General Mailing List (http://www.php.net

Re: [PHP] form to printer servers w/ip

2003-10-10 Thread Louie Miranda
one way i found is, connecting to php socket and going to printer port to send the data. -- - Louie Miranda http://www.axishift.com - Original Message - From: Louie Miranda [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Friday, October 10, 2003 4:12 PM Subject: [PHP] form to printer

Re: Re[2]: [PHP] reading linux wtmp file

2003-10-15 Thread Louie Miranda
Crap entry 1546673160 This one gave me this error. Every line on the wtmp entry. -- - Louie Miranda http://www.axishift.com - Original Message - From: Tom Rogers [EMAIL PROTECTED] To: Tom Rogers [EMAIL PROTECTED] Cc: Michael P. Carel [EMAIL PROTECTED]; [EMAIL PROTECTED] Sent

[PHP] using ImageGIF

2003-10-16 Thread Louie Miranda
http://url cannot be displayed, because it contains errors.) And how would you know that gif is supported? PNG and JPEG is shown on phpinfo(); -- - Louie Miranda http://www.axishift.com -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] using ImageGIF

2003-10-16 Thread Louie Miranda
And here's the error [Fri Oct 17 10:52:20 2003] [error] PHP Fatal error: Call to undefined function: imagegif() in /Volumes/WWW_Root/louie/test.php on line 6 -- - Louie Miranda http://www.axishift.com - Original Message - From: Louie Miranda [EMAIL PROTECTED] To: [EMAIL PROTECTED

Re: [PHP] using ImageGIF

2003-10-16 Thread Louie Miranda
yes, thanks for the information. Is there any other similar types like gd that can create gif's? -- - Louie Miranda http://www.axishift.com - Original Message - From: Paul [EMAIL PROTECTED] To: Louie Miranda [EMAIL PROTECTED]; [EMAIL PROTECTED] Sent: Friday, October 17, 2003 10:52 AM

[PHP] php: file upload program limitation..

2003-10-29 Thread Louie Miranda
than 1mb it uploads it. Where the problem anyway? -- - Louie Miranda http://www.axishift.com -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Unicode translation

2003-12-02 Thread Louie Miranda
the correct character. Any bright ideas on this? -- - Louie Miranda http://www.axishift.com -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Re: Unicode translation

2003-12-02 Thread Louie Miranda
Does all unicode characters have an equivalent key-stroke? and in even different fonts? -- - Louie Miranda http://www.axishift.com - Original Message - From: Leif K-Brooks [EMAIL PROTECTED] To: Luke [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Sent: Wednesday, December 03, 2003 11:52 AM

Re: [PHP] Re: Unicode translation

2003-12-02 Thread Louie Miranda
Yes, i just learned that windows uses a decimal code and there is a hex value too. Well, since some unicode characters dont have a decimal value, its really getting harder to solve this kind of problems. :( -- - Louie Miranda http://www.axishift.com - Original Message - Luke [EMAIL

[PHP] calling include inside a function?

2003-12-11 Thread Louie Miranda
I can't call an include inside a function, is this possible? -- function elo() { include (what.txt); } -- even -- $point = include (what.txt); function elo() { echo $point; } -- -- - Louie Miranda http://www.axishift.com -- PHP General Mailing List (http://www.php.net

Re: [PHP] calling include inside a function?

2003-12-11 Thread Louie Miranda
Its possible -- - Louie Miranda http://www.axishift.com - Original Message - From: Louie Miranda [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, December 11, 2003 3:34 PM Subject: [PHP] calling include inside a function? I can't call an include inside a function

Re: [PHP] calling include inside a function?

2003-12-11 Thread Louie Miranda
Just put the include inside the function. ?php post(); function post() { print font size=\2\1/fontbr; include(oongae.txt); echo br; print font size=\2\2/fontbr; } ? -- - Louie Miranda http://www.axishift.com -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http

[PHP] can't access a GET variable on function?

2003-12-15 Thread Louie Miranda
$emailto = $_GET['EmailTO']; function wtemp_mainbody() { print Contact (; echo $emailto; print ) Info; } Why can't i display a GET variable from a function? Or should i registered it on global session? -- - Louie Miranda http://www.axishift.com -- PHP General Mailing List (http

[PHP] getenv of document_name in php

2004-01-07 Thread Louie Miranda
What is the getenv of document_name in php? -- - Louie Miranda http://www.axishift.com -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] detecting flash in php

2004-01-08 Thread Louie Miranda
is there anyway of detecting flash? in php -- - Louie Miranda http://www.axishift.com -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Very Simple one for u all :-)

2004-01-15 Thread Louie Miranda
like this? if ($value == $value_fetch) { do something } elseif ($value == $value_fetch { do something on this matter } else { error } -- - Louie Miranda http://www.axishift.com - Original Message - From: Dave Carrera [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, January 15

[PHP] filtering filename.ext on file-upload.

2004-01-15 Thread Louie Miranda
)) { ## code ## -- - Louie Miranda http://www.axishift.com -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Re: filtering filename.ext on file-upload.

2004-01-15 Thread Louie Miranda
this and if the user did not use an ie browser, hm it will mess up things. Based on what i just read, it will not work on all. But thanks for the suggestion. pathinfo() hmm, will check it out. i think now i can more filter the results. -- - Louie Miranda http://www.axishift.com -- PHP General

Re: [PHP] Re: filtering filename.ext on file-upload.

2004-01-15 Thread Louie Miranda
if JPEG is = image/pjpeg how about PDF files? thanks, Louie -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Problem: Failed to write session data (lack of resources?)

2004-01-25 Thread Louie Miranda
, btw, on some of my php pages i always have sessions. -- - Louie Miranda http://www.axishift.com -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Problem: Failed to write session data (lack of resources?)

2004-01-25 Thread Louie Miranda
actually /tmp is under /root and it contains 10G of space free still. What could be wrong here? Is it im loosing hardware resources, etc? -- - Louie Miranda http://www.axishift.com - Original Message - From: Mike Migurski [EMAIL PROTECTED] To: Louie Miranda [EMAIL PROTECTED] Cc: [EMAIL

Re: [PHP] Problem: Failed to write session data (lack of resources?)

2004-01-25 Thread Louie Miranda
i mean under / -- - Louie Miranda http://www.axishift.com - Original Message - From: Louie Miranda [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Monday, January 26, 2004 9:54 AM Subject: Re: [PHP] Problem: Failed to write session data (lack of resources?) actually /tmp is under

Re: [PHP] Problem: Failed to write session data (lack of resources?)

2004-01-26 Thread Louie Miranda
. Im open to all possible solutions. I hope someone from the list can enlighten me on my problem. -- - Louie Miranda http://www.axishift.com -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] apostrophe ( ' ) on a form, adding \; How can i fix this?

2004-02-25 Thread Louie Miranda
filters for this? Any help is much appreciated! Thank you! -- - Louie Miranda http://www.axishift.com -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] apostrophe ( ' ) on a form, adding \; How can i fix this?

2004-02-25 Thread Louie Miranda
Ok thanks, will check the manual also. Right now its working!~ -- - Louie Miranda http://www.axishift.com -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] auto closing session?

2004-03-17 Thread Louie Miranda
for me. How can i solve that problem? Is their a command that will auto destroy the session after 5hours or so? -- - Louie Miranda http://www.axishift.com -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] running php even without .php extenstion, how can i do this?

2004-05-26 Thread Louie Miranda
I have seen similar sites that runs php. but without the extension. like: example.com/hello/great?ID=19 How can i do this? Run the php even without the .php extension -- - Louie Miranda http://www.axishift.com -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http

Re: [PHP] running php even without .php extenstion, how can i do this?

2004-05-26 Thread Louie Miranda
I got what you mean, but can we do this on the whole directory instead by files? Like for example the whole / directory and /subdirectory/ so i wont be doing that editing every files? The example you gave is working, btw. -- - Louie Miranda http://www.axishift.com - Original Message

[PHP] output a PDF, over header(). causes corruption on the file?

2004-10-03 Thread Louie Miranda
'); // It will be called downloaded.pdf header('Content-Disposition: attachment; filename=downloaded.pdf'); // The PDF source is in original.pdf readfile('original.pdf'); ? what other alternatives can you suggest? i need this asap! please help. -- Louie Miranda http://www.axishift.com -- PHP

[PHP] Re: output a PDF, over header(). causes corruption on the file?

2004-10-03 Thread Louie Miranda
still waiting for other people's comment. On Mon, 4 Oct 2004 09:24:33 +0800, Louie Miranda [EMAIL PROTECTED] wrote: Im trying to output a pdf over a browser so i can hide the url link to it. but this one causes corruption. Try this.. http://dev.axishift.com/php/getpdf.php i got this part

[PHP] simple math computation..

2004-10-04 Thread Louie Miranda
? -- Louie Miranda http://www.axishift.com -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] simple math computation..

2004-10-04 Thread Louie Miranda
PROTECTED] wrote: Howdy. It seems to work fine for me, perhaps you have a typo along the lines some where. ?php $totalCost = 4000; $shippingestimate = $totalCost * .20; echo $shippingestimate; ? echoes 800 -- Regards, Matthew Fonda On Sun, 2004-10-03 at 23:26, Louie Miranda wrote

[PHP] clearstatcache, how to use?

2004-10-25 Thread Louie Miranda
the file_exists? or before? here's my code ## $itemCode_SHOW = $row[2]; $filename =(/www/images/stockprod/$itemCode_SHOW.jpg); if (file_exists($filename)) { $itemCode_SHOW = $row[2]; } else { $itemCode_SHOW = noimage; } clearstatcache(); ## -- Louie Miranda http://www.axishift.com

Re: [PHP] Problem with file_exists() and clearstatcache()...

2004-10-25 Thread Louie Miranda
?? I hope I'm explaining it clearly... FletchSOD -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php -- Louie Miranda http://www.axishift.com -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http

[PHP] best php script that counts current online users, question.

2004-10-26 Thread Louie Miranda
Hi, i got tired testing free php scripts that does count current online users and i could not find the best one yet. maybe someone can help me. im looking for a current counter for online users, php script that does count even if its inside a proxy with one ip. i can't find one. -- Louie

[PHP] getting a number range from user input.. (weight)

2004-11-04 Thread Louie Miranda
13.23 How can i get the range of: .1 to fall under .5 and 1.3 to fall under 1.0 and 1.6 to fall under 2.0 and so on.. any ideas? -- Louie Miranda http://www.axishift.com -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] getting a number range from user input.. (weight)

2004-11-04 Thread Louie Miranda
under 1.0. You must be using some logic that I am not getting. Can you be a little more specific? Warren Vail -Original Message- From: Louie Miranda [mailto:[EMAIL PROTECTED] Sent: Thursday, November 04, 2004 7:09 PM To: [EMAIL PROTECTED] Subject: [PHP] getting a number range

Re: [PHP] getting a number range from user input.. (weight)

2004-11-04 Thread Louie Miranda
the dot, and then compare the number that follows to make the decision. (I am sure you knew that) Devarj Louie Miranda wrote: OK, here is what it should do. I have a fixed range of weights from .5 to 20.0 Kg (kilogram) and for each weight it has a succeeding value, i cannot jump

  1   2   >