Re: [PHP] Re: GeoIP?

2009-03-16 Thread zerof
Nitsan Bin-Nun escreveu: Hi Michelle, Try to use sqlite instead of any other database. It will be better I guess. Regards, Nitsan On Sun, Mar 15, 2009 at 9:08 PM, zerof .> wrote: Please, avoid to reply our messages with entire heads. I don't like to see my email along these. --

[PHP] Re: GeoIP?

2009-03-15 Thread zerof
o problems. The procedures that I use, can be seen in the tutorial located at: http://www.educar.pro.br/i_en/GeoIP/ ( An alternative procedure to the one proposed, is to use phpMyAdmin to upload the CSV file to MySQL.) -- zerof http://www.educar.pro.br/ http://www.ge

Re: [PHP] IE Problem Detecting Post Variables

2009-01-02 Thread zerof
src="himages/switch-button-default.gif" title="Alternate Theme" id="style2" value="alternate" /> . -- zerof http://www.educar.pro.br/ Apache - PHP - MySQL - Boolean Logics -

[PHP] Re: geolocation

2008-09-02 Thread zerof
/ -- zerof http://www.educar.pro.br/ Apache - PHP - MySQL - Boolean Logics - Project Management -- You must hear, always, one second opinion! In all cases. -- Let the people know if this info was

[PHP] Re: exif_imagetype and constant confusion

2008-06-20 Thread zerof
am I missing here? I feel like an idiot, but it makes no sense to me that an 'imagetype' function would return something that evaluates to an integer. Please help, my head hurts. Thanks ec - http://www.educar.pro.br/i_en/php/ex

[PHP] Re: PHP compile

2008-06-09 Thread zerof
Hélio Rocha escreveu: Hi there, How can i compile or encrypt a PHP project without changing any thing on the server? [Fast-]CGI it's a possibility. Thanks in advance. Hélio http://www.roadsend.com/home/index.php -- zerof http://www.educar.pro.br/ Apache - PHP - MySQL - Boolean L

[PHP] Re: php5.2.4 and apache2.0.63 on WinXp

2008-06-01 Thread zerof
tain ; c:\PHP\ Anyone can help me? kind regards, Ramses --- Try these links. (With non-traditional settings, however, easier to configure) http://www.educar.pro.br/i_en/apache/v20/ http://www.educar.pro.br/i_en/php/v5/ http://www.educar.pro.br/i_en/mysql/v50/ -- zerof http://www.educar.pro.b

[PHP] Re: PHP eg.

2008-05-31 Thread zerof
mukesh yadav escreveu: Hi, I'm trying to learn a PHP by myself...and i need a help. I have learned all the basic but i dont know how to implement the stuff. Can you please guys help me out give me a small site in PHP so that i can study and learn. thank you. Maybe, this site can help you to

[PHP] Re: AMP installer

2008-02-22 Thread zerof
to do each one manually... but dont have the time to pure over help docs for hours or days. Am on Win Vista premium. Thanks! Ryan --- http://www.educar.pro.br/en/ -- zerof http://www.educar.pro.br/ Apache - PHP - MySQL - Boolean Logics - Project

[PHP] Re: PHP Source code protection

2008-02-06 Thread zerof
liver pure, unprotected script... Is htere a way to secoure my code so when they put it on the server, they can't see it! Thank You! Try Roadsend, now as Open Source: http://www.roadsend.com/home/index.php?SMC=1&pageID=compiler -- zerof http://www.educar.pro.br/ Apache - PHP - M

[PHP] Re: Image manipulation on the fly

2007-11-08 Thread zerof
. ... http://www.educar.pro.br/en/a/gdlib/ -- zerof http://www.educar.pro.br/ Apache - PHP - MySQL - Boolean Logics - Project Management -- Você deve, sempre, consultar uma segunda opinião

[PHP] Re: gd with php 5.2.4

2007-10-14 Thread zerof
xx escreveu: Help! I'm using php version 5.2.4 and I'm not able to even get a pointer to a jpg image (ImageCreateFromJPEG(filename)). When I do so the program exits ... Can anybody help me, please? - http://www.educar.pro.br/en/a/gdlib/index.php?pn=15&tr=97

[PHP] Re: Generating foldout menus in php

2007-09-04 Thread zerof
ng in javascript that I missed) to do this? Thanks Arno http://phplayersmenu.sourceforge.net/ http://labs.adobe.com/technologies/spry/ -- zerof http://www.educar.pro.br/ Apache - PHP - MySQL - Boolean Logics - Project Management

[PHP] Re: Heredocs

2007-08-29 Thread zerof
; ?> - An example: Cupidatat non proident, velit esse cillum dolore ut labore et dolore magna aliqua.Lorem ipsum dolor sit amet, mollit anim id est laborum.Ut enim ad minim veniam, excepteur sint occaecat sed do eiusmod tempor incididunt. "Lorem Ipsum" IDF; echo $est01;

[PHP] Re: Render fonts

2007-08-19 Thread zerof
I would like to render some fonts into images, for captions on a site. What tools should I use to get the best looking render? Do you guys use the built-in tools PHP has, or are there third party libraries that does a better job? ... http://www.educar.pro.br/en/a/gdlib/ -- zerof

[PHP] Re: Which Chat system to use

2007-08-04 Thread zerof
rooms - operator/ban - registration of the nickname - archive of previous chats thanks. -- http://socket7.net/lace/ -- zerof http://www.educar.pro.br/ Apache - PHP - MySQL - Boolean Logics - Project Management -- You must hear, a

[PHP] Re: Creating watermarks

2007-08-04 Thread zerof
would one go about doing that? --- http://www.educar.pro.br/en/a/gdlib/index.php?pn=76&tr=97 http://www.educar.pro.br/en/a/gdlib/index.php?pn=23&tr=97 http://www.educar.pro.br/en/a/gdlib/index.php?pn=81&tr=97 -- zerof http://www.educar.pro.br/ Apache - PHP - M

[PHP] Re: php install problem

2007-08-03 Thread zerof
tion". Now it's changed and says "No input file specified." Weird. If someone could shed light I'd appreciate it. Thanks - IMHO, the best, is to use the WAMP environment. Try: http://www.educar.pro.br/en/ -- zerof http://www.educar.pro.br/ Apache - PHP - MyS

[PHP] Re: Flash / Ajax / PHP

2007-06-30 Thread zerof
eters, then use Ajax to deliver the new content? Thanks in advance, David --- The right place: http://labs.adobe.com/technologies/spry/ -- zerof http://www.educar.pro.br/ Apache - PHP - MySQL - Boolean Logics - Project Management -- Você

[PHP] Re: GD Library and outputing image

2007-06-15 Thread zerof
imagejpeg($image_resized); imagedestroy($image); imagedestroy($image_resized); die(); This is not allowed here. --- Please see an example of imagecopyressampled() here: http://www.educar.pro.br/en/a/gdlib/index.php?pn=20&tr=97 -- zerof http

Re: [PHP] Going from simple to super CAPTCHA

2007-06-12 Thread zerof
This is another intersting example of CAPTCHA, from - Carnegie Mellon University: http://recaptcha.net/ -- zerof http://www.educar.pro.br/ Apache - PHP - MySQL - Boolean Logics - Project Management -- Você deve, sempre, consultar uma

[PHP] Re: Faulting module php4ts.dll

2007-06-08 Thread zerof
fix it? If so, how? thnx, Chris Try this: 01 )download the full version (.zip package) of php 4.3.11, unzip it in a temporary folder, search into the unpacked folder for: php4ts.dll; 02) make a backup copy of your php4ts.dll, and execute copy/paste this new php4ts.dll in the same pl

Re: [PHP] Image Information

2007-06-06 Thread zerof
Stut escreveu: zerof wrote: Steve Marquez escreveu: Greetings, I am trying to get information (width, height, file size) from an image before it is uploaded. Is there a way to do that? Thank you, -- Steve Marquez array getimagesize ( string file_image_name ) http://www.educar.pro.br/en/a

Re: [PHP] Image Information

2007-06-06 Thread zerof
r=97 -- zerof http://www.educar.pro.br/ Apache - PHP - MySQL - Boolean Logics - Project Management -- Você deve, sempre, consultar uma segunda opinião! -- Deixe todos saberem se esta inform

[PHP] Re: undefined GD function

2007-06-04 Thread zerof
; padding-right: 10px; padding-bottom: 2px; padding-left: 10px; } --> ' . $xt . ''; echo ""; print_r ( $funcs10 ); echo ""; } ?> IF the GD libray was listed, use: "; print_r ( $gdfuncs ); echo "

[PHP] Re: linking to an image with document_root

2007-06-01 Thread zerof
t solution is to set the image path using de define function. @define ("PATHTOIMG", "the_path/", true ); echo ''; -- zerof http://www.educar.pro.br/ Apache - PHP - MySQL - Boolean Logics - Project Management ---

[PHP] Re: PHP 5.2.2 - Undefined Function mysql_connect()

2007-05-07 Thread zerof
an a simple test script: and I get the error: *Fatal error*: Call to undefined function mysql_connect() any ideas? thanks in advance, jason -- -- zerof http://www.educar.pro.br/ Apache - PHP - MySQL - Bo

[PHP] Re: transparent gifs with matte?

2007-04-24 Thread zerof
eType - Square 721 BT.ttf", "HELLO"); ImageGif ($im); ImageDestroy ($im); ?> R. - See an example of imagefttext(). (in portuguese, but the code is simple to understand) http://www.educar.pro.br/a/gdlib/index.php?pn=81&tr=97 -- zerof http://www.educar.pro.br/ Apache - P

[PHP] Re: how to detect type of image

2007-04-21 Thread zerof
. Does it exist a technique for that ? thanks a lot, function getimagesize: http://www.educar.pro.br/a/gdlib/index.php?pn=22&tr=97 -- zerof http://www.educar.pro.br/ Apache - PHP - MySQL - Boolean Logics - Project Management -- Você

[PHP] Re: IP Geolocation Scripts

2007-03-29 Thread zerof
I use the GeoIP Lite from Maxmind, it works fine for me! In the Maxmind site you can get the free CSV that can be converted to MySQL or other DB. http://www.maxmind.com/ -- zerof http://www.educar.pro.br/ Apache - PHP - MySQL - Boolean Logics - Pro

[PHP] Re: php bar/graph scripts/library

2007-03-16 Thread zerof
Ron Croonenberg escreveu: hello all, I am looking for some scripts/libraries etc to produce some bar graphs etc. Does anyone know of something "nice (that works on Linux) thanks, Ron -- The origins, http://www.aditus.nu/jpgraph/jpdownload.php -- zerof http://www.educar.p

[PHP] Re: Creating variable names from values

2007-03-08 Thread zerof
ist ($person01, $person02, $person03, $person04, $person05, $person06, $person07, $person08 ) = $persons; echo 'echo $person05/>   o->   $person05 = ' . $person05; echo 'echo $person08/>   o->   $person08 = ' . $

[PHP] Re: Matching Proper Versions Of PHP and MySQL

2007-03-05 Thread zerof
PROTECTED] [db-lists] The last release version of PHP is 5.2.1. The last relase version of MySQL is 5.0.27. You can use php 5.2.1 with MySQL 5.0.27 without problems. The system is very stable. -- zerof http://www.educar.pro.br/ Apache - PHP - MySQL - Boolean Logics - Pro

[PHP] Re: how to display images stored in DB

2007-02-25 Thread zerof
, instead of. -- zerof http://www.educar.pro.br/ Apache - PHP - MySQL - Boolean Logics - Project Management -- Você deve, sempre, consultar uma segunda opinião! -- Deixe todos saberem se esta

[PHP] Re: two php.ini on the same server

2007-01-26 Thread zerof
1.3.xx running php 4 Apache 2 running php 5 http://www.educar.pro.br/ 2) To use only one Apache2 Service Setting two virtual hosts, one for php4 and other for php5 http://foundationphp.com/tutorials/apache22_vhosts.php -- zerof http://www.educar.pro.br/ Apache - PHP - MySQL

[PHP] Re: Multi lingual pages

2007-01-24 Thread zerof
axmind.com/app/ip-location -- zerof http://www.educar.pro.br/ Apache - PHP - MySQL - Boolean Logics - Project Management -- Você deve, sempre, consultar uma segunda opinião! -- You

[PHP] Re: JPEG info needed

2007-01-23 Thread zerof
Gerry D escreveu: I need PHP to find out if a jpeg file uses progressive encoding. None of the standard exif or image functions seem to be able to tell me that. (please correct me if I'm wrong) Can anybody help me? TIA Gerry http://www.jpeg.org/ -- zerof http://www.educar.pro.br/ A

[PHP] Re: Extracting XMP text from Jpeg

2007-01-13 Thread zerof
http://www.educar.pro.br/abc/gdlib/index.php?pageNum_rsNVER=22&totalRows_rsNVER=97 -- zerof http://www.educar.pro.br/ Apache - PHP - MySQL - Boolean Logics - Project Management -- Você deve, sempre, consultar uma segu

[PHP] Re: Extracting XMP text from Jpeg

2007-01-13 Thread zerof
גילי . http://www.ozhiker.com/electronics/pjmt/library/list_contents.php4?show_fn=XMP.php -- zerof http://www.educar.pro.br/ Apache - PHP - MySQL - Boolean Logics - Project Management -- Você deve, sempre, cons

[PHP] Re: PHP/Apache configuration failure

2007-01-10 Thread zerof
r/compl/apache2/ -- zerof http://www.educar.pro.br/ Apache - PHP - MySQL - Boolean Logics - Project Management -- Você deve, sempre, consultar uma segunda opião! -- You must hear, alw

[PHP] Re: GD 2.0.28 + PHP 4.4.2 + pixelation :(

2006-12-28 Thread zerof
createthumb($name,$filename,$new_w,$new_h) http://www.educar.pro.br/abc/gdlib/ zerof -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Re: GD - Problem writing text

2006-11-23 Thread zerof
rs between the servers is: "FreeType Linkagewith TTF library" is set on the faulty one. Can this be the problem? Cheers /Fredrik Thunberg [EMAIL PROTECTED] I have some useful examples here: http://www.educar.pro.br/abc/gdlib/ndex.php ( uti et abuti ) - zerof -- PHP

[PHP] Re: Hide Warnings

2006-11-18 Thread zerof
before the name of the function. - zerof -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Re: php.ini

2006-11-09 Thread zerof
Matt escreveu: Adding the line: PHPINIDir "c:/php/" to my Apache configuration file has worked for me on Windows installs, assuming that you are using Apache. -- OH yes, in Apache 2.x this is also necessary. - zerof -- PHP General Mailing List (http://www.ph

[PHP] Re: php.ini

2006-11-09 Thread zerof
n the path of the system. Control Panel > OPEN System > > Tab Advanced > Environment Variables > > Select the variable Path > Click Edit > > Add at the end, the term: ;C:\php; + Click OK, OK, . . . to conclude. ex-corde, zerof http://www.e

Re: [PHP] Re: Is there a function can decrypt md5 ??

2006-10-24 Thread zerof
, zerof -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Re: Is there a function can decrypt md5 ??

2006-10-24 Thread zerof
an be used to validate data, like a signature. - zerof -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Re: newbie php tutorial question

2006-10-02 Thread zerof
srdaniel escreveu: I setup Apache 2.2.3.0 and PHP 5.1.6.6. When I run this PHP file: PHP Test Hello World'; ?> - Start here: http://www.educar.pro.br/ ----- zerof -- PHP General Mailing List (http://www.php.net/) To uns

[PHP] Re: live chat support

2006-09-01 Thread zerof
r and everything. Thanks! - http://livehelp.stardevelop.com/ http://www.helpcenterlive.com/ - zerof -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Re: image manipulation with php

2006-08-29 Thread zerof
reducing the file Ross http://www.educar.pro.br/abc/gdlib/index.php?pageNum_rsNVER=22&totalRows_rsNVER=67 ---- zerof -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Re: convert byte to MB

2006-07-25 Thread zerof
weetat escreveu: Hi all , I have data which have value in bytes for example , $bytes = 33554432; How to convert this to MB ? THanks Please see: http://www.unc.edu/~rowlett/units/index.html http://www.unc.edu/~rowlett/units/dictM.html - zerof -- PHP General Mailing List

[PHP] Re: Run Apache/PHP/MySQL from CD?

2006-04-19 Thread zerof
http://www.dwebpro.com/ zerof -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Re: PHP Manual in PDF format

2006-02-25 Thread zerof
zerof escreveu: Kaushal Shriyan escreveu: Hi ALL I am looking out for PHP Manual in PDF Format Thanks in Advance Regards http://dev.mysql.com/doc/ - zerof --- Ops... sorry! http://www.php.net/docs.php zerof -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit

[PHP] Re: PHP Manual in PDF format

2006-02-25 Thread zerof
Kaushal Shriyan escreveu: Hi ALL I am looking out for PHP Manual in PDF Format Thanks in Advance Regards http://dev.mysql.com/doc/ - zerof -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Re: Image size?

2006-01-11 Thread zerof
what would the chance be that the OP actually knows Portuguese and could read that? --- I don't know what is the chance, but the example in this page doesn't requires to know portuguese. Sorry if you don't speak portuguese. Sorry for my poor english. zerof -- PHP

[PHP] Re: Image size?

2006-01-11 Thread zerof
William Stokes escreveu: Hello, Can I get pixel sizes from a uploaded web applicable image with PHP? I mean width and height as pixels. If so How? Thanks -Will -- http://www.educar.pro.br/abc/mathgd/index.php?xyz=30 zerof -- PHP General Mailing List (http://www.php.net/) To

[PHP] Re: Location ....

2005-12-31 Thread zerof
ne line. Upload the .htaccess and try to reach the old file via browser. zerof -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Re: imagecopyresized just copies

2005-11-20 Thread zerof
Andy Pieters escreveu: Hi all I wanted to make a simple script to make a resized image from an uploaded one. See this page and... http://www.educar.pro.br/abc/mathgd/index.php?xyz=18 zerof -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net

[PHP] Re: php editor

2005-01-14 Thread zerof
http://www.maguma.com/ zerof -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] php editor

2005-01-14 Thread zerof
http://www.maguma.com/ zerof -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Re: What program to use to make thumbnail images?

2005-01-10 Thread zerof
/ --- zerof -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Re: authentication

2004-12-30 Thread zerof
Ali wrote: Hi everyone... can anyone lead me to a good tutorial on authentication...it wud be good if i can get a one in connection with a database.. thnks If you understand portuguese: http://www.educar.pro.br/ --- zerof -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit

Re: [PHP] RE: [PHP-WIN] Cannot load the mysql library

2004-11-04 Thread zerof
ion=php_mysql.dll Hope this helps, Regards, Jordi. Dà uma olhada em: http://www.educar.pro.br/ Provavelmente, voce encontrarà a soluÃÃo. Caso precise de ajuda à sà pedir que lhe forneÃo graciosamente. - zerof -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Re: use php to download mysql table

2004-09-18 Thread zerof
Amc wrote: Hi, Does anyone have any sample code that will download a mysql table to an excel file? Thanks - http://www.dbtools.com.br/ - zerof -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Can anyone identify this CM system?

2004-05-18 Thread zerof
c154c-1d09-3fb3a514" Accept-Ranges: bytes Content-Length: 7433 Connection: close Content-Type: text/html; charset=windows-1251 Age: 6403 Query complete. ----- zerof

[PHP] Re: APACHE

2004-04-07 Thread zerof
http://www.apache.org/foundation/mailinglists.html - zerof - "Wykis" <[EMAIL PROTECTED]> escreveu na mensagem news:[EMAIL PROTECTED] > Guys... I Think I Am In Wrong Place... But What Is Address Of Apache > Newsgroups? :) -- PHP General Mailing List (http://www.ph

[PHP] Re: using xp home

2004-02-22 Thread zerof
No problems. I recommend you, to use Apache 1.3.29 + php 4.3.4 + mysql 4.0.18 + mysqlfront 3.0 - zerof http://www.educar.pro.br/PAGES/ "Danny Cobbinah" <[EMAIL PROTECTED]> escreveu na mensagem ews:[EMAIL PROTECTED] > is it better to use apache 1.3.29 or apache 2.0.4

[PHP] Re: PHP/ MySQL Login Module

2004-02-16 Thread zerof
If you can use Dreamweaver, you must use one extension to make this. Is very simple. http://www.macromedia.com/cfusion/exchange/index.cfm - zerof - "Pushpinder Singh" <[EMAIL PROTECTED]> escreveu na mensagem news:[EMAIL PROTECTED] > hello everyone. > I am usi

Re: [PHP] Re: phps and iis

2004-02-16 Thread zerof
Another useful resource: http://www.php.net/manual/en/install.iis.php - zerof - "Scott Fletcher" <[EMAIL PROTECTED]> escreveu na mensagem news:[EMAIL PROTECTED] > Well, the instruction at macromedia website is not accurate. It is only for > -- PH

Re: [PHP] Re: phps and iis

2004-02-15 Thread zerof
Try starting your browser with: http://localhost/ - zerof http://www.educar.pro.br/PAGES/ - "Anders Gjermshus" <[EMAIL PROTECTED]> escreveu na mensagem news:[EMAIL PROTECTED] > I have installed php on my iis server. What I'm looking for is how to get > php source

[PHP] Re: phps and iis

2004-02-14 Thread zerof
It is possible: http://www.macromedia.com/devnet/mx/dreamweaver/articles/php_iis.html - zerof - "Anders Gjermshus" <[EMAIL PROTECTED]> escreveu na mensagem news:[EMAIL PROTECTED] > Is it possible to get IIS 6 to show php sources. ( phps files ) --- -- PHP G

[PHP] Re: Mp3 with php?

2004-02-13 Thread zerof
There is one possiblitity, using ming extension. http://ming.sourceforge.net/ -- zerof "Carlos Castillo" <[EMAIL PROTECTED] > escreveu na mensagemdoes anyone know how to reproduce a mp3 file with php? -- -- PHP General Mailing List (http://www.php.net/) To un

Re: [PHP] Form validation

2004-01-21 Thread zerof
If you can use Dreamweaver, there is an extension to do this. zerof - "Matt Matijevich" <[EMAIL PROTECTED]> escreveu na mensagem news:[EMAIL PROTECTED] > Can some one point me in the right direction for a good tutorial on > form validation in PHP? --- -

[PHP] Re: Apache - Previewing Pages with Dreamweaver

2004-01-14 Thread zerof
( localy ); If you run 2 servers from the same machine ( IIS and Apache ) you have to modify the the port to which the Apache listens. --- zerof - "Freedomware" <[EMAIL PROTECTED]> escreveu na mensagem news:[EMAIL PROTECTED] > P.S. Should I go ahead and install PHP, or shou

[PHP] Re: function that appends dollar symbol

2003-11-23 Thread zerof
Please, see: http://www.php.net/manual/en/function.localeconv.php and http://www.php.net/manual/en/function.setlocale.php - zerof - "Joffrey Leevy" <[EMAIL PROTECTED]> escreveu na mensagem news:[EMAIL PROTECTED] > The money_format function does not do it for me. Is

[PHP] Re: DW Php update form where one field is menu from another table

2003-11-08 Thread zerof
Try: news://forums.macromedia.com macromedia.dreamweaver. -- zerof "Robb Kerr" <[EMAIL PROTECTED]> escreveu na mensagem news:[EMAIL PROTECTED] > I'm using Dreamweaver's "Update Record" form wizard to create a record > update p

[PHP] Re: To format a number

2003-11-07 Thread zerof
This problem can be veryu simple if you are at Unix like server: http://www.php.net/localeconv [ See also setlocale() ] - zerof - <[EMAIL PROTECTED]> escreveu na mensagem news:[EMAIL PROTECTED] Hi, I have a little problem. I have a number for example 5 and I would it transform in 5

[PHP] Re: search by keyword

2003-10-21 Thread zerof
Why your messages are only posted as attachments? -- zerof -- "Redmond Militante" <[EMAIL PROTECTED]> escreveu na mensagem news:[EMAIL PROTECTED] -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] where is my session data on my new server?

2003-10-14 Thread zerof
You can bypass any configuration using: session_save_path ('path/to/session_folder'); -- zerof - -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Re: Tracking IP Addresses

2003-10-03 Thread zerof
Try: http://www.maxmind.com - zerof - "Stephen Craton" <[EMAIL PROTECTED]> escreveu na mensagem news:[EMAIL PROTECTED] > I'm wanting to track IP addresses by pinpointing their geological location > (country and whatever) but I have no idea how to go about doing t

[PHP] Re: Setting Up PHP

2003-09-21 Thread zerof
Please see this useful article: http://www.macromedia.com/devnet/mx/dreamweaver/articles/php_iis.html zerof "Dalton Seymour" <[EMAIL PROTECTED]> escreveu na mensagem news:[EMAIL PROTECTED] > I'm trying to setup PHP support on an small 2 station Intranet for deve

Re: [PHP] php editor

2003-09-11 Thread zerof
Dreamweaver MX 2004. - zerof -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Re: How to open random Flash page with hyperlink?

2003-08-24 Thread zerof
Please see this simple exemple: http://www.educar.pro.br/faqgeral/fla0003.php zerof - "Phillip Pang" <[EMAIL PROTECTED]> escreveu na mensagem news:[EMAIL PROTECTED] > I'm trying to create a hyperlink that will open a random Flash page so that users > will s

[PHP] Re: Is their a flash and php mailing list?

2003-07-26 Thread zerof
forums.macromedia.com - zerof - Is their a flash and php mailing list? or PHP for Flash mailing list? -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] I'm really getting annoyed with PHP

2003-07-24 Thread zerof
You are absolutely right, exit, quits my script, this let me use an independent script to handle the headers. if used with conditional calls. . zerof - "Comex" <[EMAIL PROTECTED]> escreveu na mensagem news:[EMAIL PROTECTED] > <[EMAIL PROTECTED]> -

Re: [PHP] I'm really getting annoyed with PHP

2003-07-24 Thread zerof
e, may cause some collateral efects. - zerof - -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Re: sound

2003-05-30 Thread zerof
Please see: http://www.opaque.net/ how to use ming module. - zerof - "Bobby" <[EMAIL PROTECTED]> escreveu na mensagem news:[EMAIL PROTECTED] > Does anybody know of a way under php to add a background sound to a > webpage...i have sound on my page when it's

Re: Fw: [PHP] Looking at individual chars of string

2003-03-17 Thread zerof
Try: "; echo "So, echo \$vlr16200{0};returns the FIRST character of \"$vlr16200\", or, \"$vlr16201\"."; echo "and, echo \$vlr16200{9};returns TENTH, character of \"$vlr16200\", ou seja, \"$vlr16202\"."; ?>

[PHP] Re: Microsoft access + php

2003-03-17 Thread zerof
If you have Dreamweaver MX, you can use PHAkt extension, that allows to work with ODBC. Interakt: http://www.interakt.ro/ Macromedia http://www.macromedia.com/ -- zerof -- "Denis L. Menezes" <[EMAIL PROTECTED]> escreveu na mensagem news: