Re: [PHP] Update of the problem w/ code - conditional image generation problem?!

2002-07-31 Thread Alex Maslov
Sorry to bother you. That actually was my mistake. I was looking too hard elsewhere; it happens. Thank you Joseph. alex Jason Wong wrote: > On Tuesday 30 July 2002 04:47, Joseph Rosenblum wrote: > > Do you know you have a typo in that conditional there? Was that your > >

[PHP] extra calls to pcDataHandler method

2002-08-09 Thread Alex Maslov
ion endTagHandler($parser, $name) { echo("end of tag = $name "); } function cleanVars() { } function printFaqHeader() { echo(""); echo($this->FAQ_HEAD["firm_name"]); echo("did u get it?"); echo(""); echo($this->ATTRI

[PHP] Re: extra calls to pcDataHandler method

2002-08-09 Thread Alex Maslov
posting an answer in case smone else down the road encounters that same problem. alex Alex Maslov wrote: > Hi, > > i have a question about how PHP XML support works, in particular how > handler methods are called. > > if i have element-only tag, like: > >

[PHP] Template and Replacement

2002-08-13 Thread Alex Shi
with $pattern[what_ever_a_key]. I would assume that with step 2 just one scan all replacements can be done. However I don't know with what php function and regex this solution can be implemented. Any suggestion, advice are highly appreciated! alex -- --- TrafficB

[PHP] upgrading

2002-08-13 Thread Alex Shi
upgrading later today, but hope to know any advice if any one out there have such experience and has something to say abou this. Thanks in advance! Alex - TrafficBuilder Network: http://www.bestadv.net/index.cfm?ref=7029 -- PHP General Mailing List (http

Re: [PHP] Need a Web Host for php/mySQl

2002-08-13 Thread Alex Shi
Host. > > Thanks, > T. Edison Jr. > It's hard to obtain a better one considering the price and services. Alex -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] upgrading error

2002-08-13 Thread Alex Shi
pl1-9 is needed by php-pgsql-4.0.4pl1-9 php = 4.0.4pl1-9 is needed by php-manual-4.0.4pl1-9 Any idea? Seems like it is impossible to directly upgrade from 4.0.4 to 4.1.2-7Please advice. Thanks in advace! Alex -- --- TrafficBuilder Network: http://www.bestad

[PHP] wanto uninstall php manual

2002-08-13 Thread Alex Shi
y one know how can do uninstallation? Thanks in advance! Alex P.S. thank @ Edwin for your suggestion for upgrading. -- --- TrafficBuilder Network: http://www.bestadv.net/index.cfm?ref=7029 -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit:

Re: [PHP] wanto uninstall php manual

2002-08-13 Thread Alex Shi
Thanks! It works as I expected ;-) Alex -- --- TrafficBuilder Network: http://www.bestadv.net/index.cfm?ref=7029 "@ Edwin" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > I haven't use up2date but perha

[PHP] Re: "autocomplete" list box

2002-08-30 Thread Alex Piaz
Hi! Go to http://javascript.internet.com and look into the "forms" section. You´ll find what you need. Regards Alex Petre Agenbag writes: > Hi > I am wondering if it is possible to write/create/implement an > "autocomplete" type list box, something that w

[PHP] Link for downloading?

2002-09-06 Thread Alex Shi
rator while other link will start a Window's builtin download window? Alex -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Re: Link for downloading?

2002-09-06 Thread Alex Shi
Thanks...but how to use header() to generate such a download link? Alex <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > First, to create a link thats just a that point to the file. > ie file > > Second, that depend of your windo

Re: [PHP] Link for downloading?

2002-09-06 Thread Alex Shi
Thanks for your reply! Still have another question: How to use header() to generate download link? Alex - Original Message - From: <[EMAIL PROTECTED]> To: "Alex Shi" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Friday, September 06, 2002 7:27 AM

[PHP] stupid question

2002-09-06 Thread Alex Shi
I have almost two years of experience in PHP. so don't think qualified for being a newbie...However still found something don't know when reading other's code :( Here is what I want to know: $Global{'hello'}. What this means? Is it a

[PHP] Re: stupid question

2002-09-06 Thread Alex Shi
gt; > Nicos - CHAILLAN Nicolas > [EMAIL PROTECTED] > www.WorldAKT.com - Hébergement de sites Internet > > "Alex Shi" <[EMAIL PROTECTED]> a écrit dans le message de news: > [EMAIL PROTECTED] > > I have almost two years of experience in PHP. so don't think qualified f

[PHP] checkbox question

2002-09-08 Thread Alex Shi
on I cannot use square brackets. Please help me out if anyone know how to do the trick. THanks! Alex -- --- TrafficBuilder Network: http://www.bestadv.net/index.cfm?ref=7029 -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] checkbox question

2002-09-09 Thread Alex Shi
Thanks for your reply! I tested $_SERVER['QUERY_STRING']. Seems like it only return the string for get method but not for post. Any idea? Alex "Marek Kilimajer" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > If yo

[PHP] What these two things mean: __FILE__ and __LINE__

2002-09-10 Thread Alex Shi
What these two things mean: __FILE__ and __LINE__ ? I searched manul but find nothing about them... Alex -- --- TrafficBuilder Network: http://www.bestadv.net/index.cfm?ref=7029 -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http

Re: [PHP] What these two things mean: __FILE__ and __LINE__

2002-09-10 Thread Alex Shi
more thing don't understand: __PATH__. Alex "Kevin Stone" <[EMAIL PROTECTED]> wrote in message 008801c2590a$28d7ede0$6501a8c0@kevin">news:008801c2590a$28d7ede0$6501a8c0@kevin... > http://www.php.net/manual/en/language.constants.php > -Kevin > > > -

[PHP] datetime convert

2002-09-12 Thread Alex Shi
Hi, I'm trying to convert a formated datetime string into a timestamp. The string format is "Y-m-d H:i:s". I use strtotime() to convert the datetime string. However, the converted datetime seems lost its time part. Is there any easy solution to make the converting? Thanks in

[PHP] RFE: Multiple auto_prepend_file statements to work in Apache

2002-09-24 Thread Alex Vincent
Dear Sirs, I'm wondering if it might be possible to prepend multiple files to PHP scripts using the .htaccess file. For instance, the following: php_value auto_prepend_file "two.php" php_value auto_prepend_file "../one.php" will produce a prepend from only ../one.php . This may be technicall

Re: [PHP] RFE: Multiple auto_prepend_file statements to work in Apache

2002-09-25 Thread Alex Vincent
John Holmes wrote: > Even if it's only one file, have that file include the other necessary > files... so two.php would include one.php, three.php, etc. You could > even build the logic into two.php so it decides which other files to > include based on any number of conditions. > > ---John Holme

Re: [PHP] remote desktop control

2002-10-01 Thread Alex Moundalexis
Read the documentation for VNC, and read what Ben wrote. VNC - http://www.uk.research.att.com/vnc/ "We have a Java viewer, which will run in any Java-capable browser." Read: no download required. Implementing in another language would be beyond the scope of this forum. - A On Tue, 1 Oct 2002,

Re: [PHP] PHP 4.2.2 vs PHP 4.0.6

2002-10-01 Thread Alex Shi
THanks! "John W. Holmes" <[EMAIL PROTECTED]> wrote in message 000f01c269a4$a7329be0$7c02a8c0@coconut">news:000f01c269a4$a7329be0$7c02a8c0@coconut... > > I didn't realized that PHP had been going so fast that it was creating > > problems for compatiblility. > > > > Here is my situation: PHP on m

[PHP] PHP version

2002-10-01 Thread Alex Shi
Is there any way to report PHP version? -- --- TrafficBuilder Network: http://www.bestadv.net/index.cfm?ref=7029 -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] PHP 4.2.2 vs PHP 4.0.6

2002-10-01 Thread Alex Shi
it possible to configure 4.2.2 to compatible downward. Thanks! Alex Shi BTW: my development server is RH Linux 7.1 so cannot upgrade PHP to 4.2.2. -- --- TrafficBuilder Network: http://www.bestadv.net/index.cfm?ref=7029 -- PHP General Mailing List (http://w

[PHP] Server API

2002-10-02 Thread Alex Shi
etter learn something before I ask my hosting provier. Thanks! Alex Shi -- --- TrafficBuilder Network: http://www.bestadv.net/index.cfm?ref=7029 -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] need help for a where clause

2002-10-06 Thread Alex Shi
; if A.Afn=2, then check value of B.Bfn2; if A.Afn=3, then check value of B.Bfn3. So how can I create such a where clause to do this? Thanks in advance! Alex Shi -- --- TrafficBuilder Network: http://www.bestadv.net/index.cfm?ref=7029 -- PHP General Mailing List (http

[PHP] How to drop a element from an array

2002-10-06 Thread Alex Shi
Is there a good way do drop an element from an array? Alex Shi -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] How to drop a element from an array

2002-10-06 Thread Alex Shi
emery. Alex Shi "Timothy J Hitchens" <[EMAIL PROTECTED]> 写入消息新闻 :002e01c26d89$780c14c0$[EMAIL PROTECTED] > Hint... look at array_push etc (like a stack) > > > Timothy Hitchens (HITCHO) > [EMAIL PROTECTED] > > HITCHO has Spoken! > > > > > >

Re: [PHP] How to drop a element from an array

2002-10-06 Thread Alex Shi
Thanks! Alex Shi "Timothy J Hitchens" <[EMAIL PROTECTED]> 写入消息新闻 :002f01c26d8a$77332470$[EMAIL PROTECTED] unset $some_variable[4]; then you would need to resort... etc (if needed) Timothy Hitchens (HITCHO) [EMAIL PROTECTED] HITCHO has Spoken! -Original Message

Re: [PHP] need help for a where clause

2002-10-06 Thread Alex Shi
Thanks! This is what I need! Alex Shi "Sascha Cunz" <[EMAIL PROTECTED]> 写入消息新闻 :[EMAIL PROTECTED] A solution on that depends strongly on how much values A.Afn would take. For 3, it's still okay. But i wouldn't do more. Against what shall the B.Bfn* be checked? W

[PHP] Referrer

2002-10-07 Thread Alex Shi
How can know the referrer of a script? Let's say script B is linked from script/page A. Is it possible to obtain A's name in script B? Alex -- --- TrafficBuilder Network: http://www.bestadv.net/index.cfm?ref=7029 -- PHP General Mailing List (http://www.ph

[PHP] PHP/MySql Array problem (newbie)

2002-11-05 Thread alex koppie
information (ordered) from the database. I would realy apreciate some help! Tnx Alex -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] fsockopen and HTTP/1.1???

2002-06-27 Thread Alex Elderson
It's running on winXP apache 2.0.36 PHP 4.2.1 (test server) from the shell What to do? Alex Elderson -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] New Newsgroups

2002-06-27 Thread Alex Elderson
I got the same popup. In article <[EMAIL PROTECTED]>, [EMAIL PROTECTED] says... > >On Wed, 26 Jun 2002, Peter wrote: > >>Does anyone else out there use Outlook Express to get the posts from this >>newsgroup? >>Yesterday a dialog popped up to say there were new newsgroups (php.docs.de >>etc), I a

[PHP] Re: Vars to use in stats program

2002-06-27 Thread Alex Elderson
"Php" <[EMAIL PROTECTED]> schreef in bericht [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > Note: For a couple who seem to be wondering there is a PHP news server which > works in conjunction with this mailing list. The address is: news.php.net > > > Currently collect the following vars in a earl

[PHP] strange stuff in a class

2002-07-10 Thread Alex Elderson
Hi, Do anybody know a work a round for this: The problem hier is that $globals['test2'] is a copy of $globals['test1'] not a references. Anybody an idee? -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Re: Cannot Insert into Paradox Tables...

2002-07-10 Thread Alex Piaz
ions. Try to give full permissions to the IIS_USR for the Paradox tabel you want to extract data from. Let me know if you have any other questions Regards Alex > > I am able to retrieve info. from the table but when I write some Insertion > > Code I receive the above message... &g

[PHP] Convert MySQL table into Access or Excell format

2002-07-12 Thread Alex Shi
Hello, My client has a website and it support MySQL/PHP. The client want to download the MySQL tables and then access them in Excell or Access. So my question is, is it possible to convert MySQL table into Access or Excell format? Thanks in advance for all answer! Alex

Re: [PHP] Convert MySQL table into Access or Excell format

2002-07-12 Thread Alex Shi
The thing is that, the MySQL table resides on a remote web server, my client want to download it and access it in Access. Alex > You can also use ODBC (Ships with Acess) to make a DSN connection to MySQL. > Access can retrieve data from any ODBC DSN. > > Jason White > >

Re: [PHP] Convert MySQL table into Access or Excell format

2002-07-12 Thread Alex Shi
"Jason Wong" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > On Saturday 13 July 2002 13:31, Alex Shi wrote: > > The thing is that, the MySQL table resides on a remote web server, my > > client want to download it and

Re: [PHP] Convert MySQL table into Access or Excell format

2002-07-12 Thread Alex Shi
"Jason Wong" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > On Saturday 13 July 2002 14:00, Alex Shi wrote: > > "Jason Wong" <[EMAIL PROTECTED]> wrote in message > > [EMAIL PROTECTED]">news:[EMA

Re: [PHP] Convert MySQL table into Access or Excell format

2002-07-13 Thread Alex Shi
> > > the mysql list). Put simply, you can specify which port you want MySQL to > > > use. However if the ISP only allows certain ports, eg SMTP, HTTP, _and_ > > > you're already using those ports, then you're stuck up a creek. > > > > > > Of course you can always ask your ISP to unblock that port

[PHP] Re: HTML E-Mail

2002-07-21 Thread Alex Kirk
I've been kindly pointed in all the directions needed for technical help. Alex Kirk -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] header ('Content-type...') does not work properly if session_start initiated...

2003-09-26 Thread Alex Shi
session is required for this script. I don't understand why it works OK on the development server but not for application server. Thanks in advance for all help! Alex Shi -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] header ('Content-type...') does not work properly if session_start initiated...

2003-09-26 Thread Alex Shi
; Curt > > You are close, it was session_cache_limiter('private_no_expire'); So, this function should be called before session_start ()? I will try... thanks! Alex -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] header ('Content-type...') does not work properly if session_start initiated...

2003-09-26 Thread Alex Shi
; Curt > > You are close, it was session_cache_limiter('private_no_expire'); You are right, it is working perfect now! Thanks a bunch! Alex -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] php&javascript live-clock

2003-10-07 Thread Alex Ciurea
f the server, but how can I keep this information realtime...? thanks, alex >>>>>>>>>>>> Have a nice day ! (And I'm sure that tomorrow will be better than today!) Alex Ciurea Greets You www.netonwave.com >>>>>>>>>>>> Hav

[PHP] trailing carriage return in file

2003-10-08 Thread Alex Ciurea
i don't know how to match, using preg_replace() the '\n' character... it's something like "/n/" ? thanks, >>>>>>>>>>>> Have a nice day ! (And I'm sure that tomorrow will be better than today!) Alex Ciurea Greets You www.ne

[PHP] php unlink a file - is it possible?

2003-10-08 Thread Alex Shi
bulk uploaded (ftp) file to certain directories and then remove the original files, something just like a "move". If anyone knows on how to "move" or "delete" a file, please give me a hand. Thanks in advance! Alex -- PHP General Mailing List (http://www.php.net/) To uns

[PHP] [PHP-GENERAL] Serving docs from PHP

2003-10-28 Thread Alex James
e But I think I missing something in the PHP conf files. Thanks for any help. Alex James -- -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP] [PHP-GENERAL] Serving docs from PHP

2003-10-28 Thread Alex James
John Nichel wrote: > Your php page has a link to the word document like this > My Document? > Show some code. Sorry Here is the link in menu6.php PK PATTERNS Micro models Test and getting called in here in index.php Thanks Alex James -- PHP General Mai

RE: [PHP] [PHP-GENERAL] Serving docs from PHP

2003-10-28 Thread Alex James
John Nichel wrote: > On the page that you're trying to serve the Micro$oft Document > (index.php), you're going to have to include the content type in the > header, something like... > header ( "Content-type: application/msword" ); > See here... > http://us4.php.net/manual/en/function.header.p

RE: [PHP] [PHP-GENERAL] Serving docs from PHP

2003-10-28 Thread Alex James
sing some or activeX control it won't work. Right I'm going to save the word docs as txt files and include ? Thanks Alex James -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] extensions

2003-11-25 Thread Alex Hunsley
insf/phpmodule/ http://www.derickrethans.nl/ze-ext/talk.html http://www.zend.com/zend/api.php http://www.php.net/manual/en/zend.possibilities.builtin.php but maybe someone knows of a really useful resource for this that I've missed? thanks, alex -- PHP General Mailing List (http://www.php.n

[PHP] Writing a native PHP extension - versions?

2003-12-10 Thread Alex Hunsley
tly, or does it not matter? thanks alex p.s. does anyone have any handy links to webpages about writing PHP extensions in C or C++? -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] how can I fix axps script?

2003-12-10 Thread Alex Hunsley
find some of the correct values that should be there, but does anyone have a complete example, or a way to fix the axps script? (it's apache 1.3.20 I'm using) thanks alex -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] php5 overload()

2004-01-08 Thread Alex Crivat
Hallo, I;ve just installed php5 and found that overload() function does not work. Actually it does not exist...I get this error : Fatal error: Call to undefined function overload() in /usr/share/pear/DB/DataObject.php on line 2889 Any ideas ? 10x -- Alex Crivat WWW: http://axu.rdsnet.ro GPG

[PHP] New List Memegber Question

2004-01-15 Thread Alex Hogan
Hi All, I am on a 2K Server with SQL Server 2K and will have a lot of questions on PHP during development. Is this the right list? alex hogan ** The contents of this e-mail and any files transmitted with it

RE: [PHP] New List Memegber Question

2004-01-15 Thread Alex Hogan
Hi Richard, Thanks for the welcome. They will be PHP related I assure you. I'm a newbe alex > -Original Message- > From: Richard Davey [mailto:[EMAIL PROTECTED] > Sent: Thursday, January 15, 2004 9:03 AM > To: Alex Hogan > Cc: PHP General list > Subject: Re:

[PHP] Multiple drop downs

2004-01-15 Thread Alex Hogan
another list. I can see that populating those drop downs like this is going to cause me tremendous problems in the future. I know there is an easier way to do this. I wish I could think of it right now. any assistance would be appreciated. alex hogan

[PHP] Variables

2004-01-15 Thread Alex Hogan
How do you insert a php variable into a javascript function? For instance; function redirect() { location = ; } alex hogan ** The contents of this e-mail and any files transmitted with it are confidential and

[PHP] Schedule an Event with PHP

2004-01-16 Thread Alex Pilson
table, is there any other method I am not thinking of that can be used with PHP? I want to check that event table every 5 minutes. Thanks! -- <---> Alex Pilson FlagShip Interactive, Inc. [EMAIL PRO

Re: [PHP] Schedule an Event with PHP

2004-01-16 Thread Alex Pilson
At 9:44 AM -0500 1/16/04, John W. Holmes wrote: Alex Pilson wrote: Say I want a MySQL database to have a table that holds certain events, the Event table. And in the event table, one of the records is an event that has a startdate of today, I want to check against that date, if it equals now

[PHP] Can I do this? If so why wont it work

2004-01-16 Thread Alex Hogan
_SESSION['obj[4]'] = $_REQUEST['txtObj4']; $_SESSION['obj[5]'] = $_REQUEST['txtObj5']; $i = 1; while ($i <= 5) { $obj_ar[$i] = $_SESSION['obj[$i]']$i++; } I keep getting this error; Parse erro

RE: [PHP] Can I do this? If so why wont it work

2004-01-16 Thread Alex Hogan
Line 24 is: $obj_ar[$i] = $_SESSION['obj[$i]']$i++; Alex > -Original Message- > From: Jake McHenry [mailto:[EMAIL PROTECTED] > Sent: Friday, January 16, 2004 3:31 PM > To: Alex Hogan > Cc: [EMAIL PROTECTED] > Subject: Re: [PHP] Can I do

RE: [PHP] Can I do this? If so why wont it work

2004-01-16 Thread Alex Hogan
Tried it now I get; Parse error: parse error, unexpected T_VARIABLE in mypage.php on line 22 Line 22 is $i++; > Try this: > > while ($i <= 5) { > $obj_ar[$i] = $_SESSION['obj[$i]']; > $i++; > } ** The con

RE: [PHP] Can I do this? If so why wont it work

2004-01-16 Thread Alex Hogan
Thanks.. > -Original Message- > From: John W. Holmes [mailto:[EMAIL PROTECTED] > Sent: Friday, January 16, 2004 4:29 PM > To: Alex Hogan > Cc: PHP General list > Subject: Re: [PHP] Can I do this? If so why wont it work > > Alex Hogan wrote: > > I am want

[PHP] Server Map Path

2004-01-19 Thread Alex Hogan
x27;m using an ADO connection. $db = "C:\\inetpub\\wwwroot\\proto1\\data\\example_one.mdb"; $conn->Open("DRIVER={Microsoft Access Driver (*.mdb)}; DBQ=".$db); I would like to make the $db a virtual path. alex hogan *

[PHP] $_SESSION

2004-01-20 Thread Alex Hogan
this is the way of setting and retrieving session objects, right? I have tried calling that session object again but it's empty and so is the variable. I thought that the session would stay open until I close the browser and I could return those values any time

RE: [PHP] $_SESSION

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

RE: [PHP] $_SESSION

2004-01-20 Thread Alex Hogan
Oopps, my bad. sorry. That worked like a champ... Thanks..., I'll sulk off now... > -Original Message- > From: Aaron Wolski [mailto:[EMAIL PROTECTED] > Sent: Tuesday, January 20, 2004 12:46 PM > To: 'Alex Hogan'; 'PHP General list' &g

[PHP] Form validation

2004-01-21 Thread Alex Hogan
Can some one point me in the right direction for a good tutorial on form validation in PHP? Thanks, alex hogan ** The contents of this e-mail and any files transmitted with it are confidential and intended solely for

[PHP] web page thumbs

2004-01-21 Thread Alex Hogan
Is there a way to create thumbnails of web pages? I have a page where the user will select a template from a list and I would like to be able to give them thumbs to associate with the template types. alex hogan

RE: [PHP] web page thumbs

2004-01-21 Thread Alex Hogan
cs have to change accordingly. Am I chasing my tail here? alex > -Original Message- > From: Brian V Bonini [mailto:[EMAIL PROTECTED] > Sent: Wednesday, January 21, 2004 10:59 AM > To: Alex Hogan > Cc: PHP General list > Subject: Re: [PHP] web page thumbs > > On We

[PHP] Form woes

2004-01-21 Thread Alex Hogan
Sorry for the bombardment of questions. [code] [/code] alex hogan ** The contents of this e-mail and any files transmitted with it are confidential and intended solely for the use of the individual or entity to

[PHP] PHP FuseBox

2004-01-21 Thread Alex Pilson
most use? Any insight would be greatly appreciated. -- <---> Alex Pilson FlagShip Interactive, Inc. [EMAIL PROTECTED] <---> -- PHP General Mailin

[PHP] Re: PHP FuseBox

2004-01-21 Thread Alex Pilson
. I know I have seen a lot of PHP developers develop with this style, such as ?page=1, etc... -- <---> Alex Pilson FlagShip Interactive, Inc. [EMAIL PROTECTED] <

[PHP] RE: Form woes

2004-01-22 Thread Alex Hogan
8 PM > To: Alex Hogan > Cc: PHP General list > Subject: Re: Form woes > > Alex, > > A switch statement probable isn't the way you want to do this. There is > no real limit to how many of anything should go in a page, but there are > likely better ways to skin thi

[PHP] MSSQL connection

2004-01-22 Thread Alex Hogan
correct? alex hogan ** The contents of this e-mail and any files transmitted with it are confidential and intended solely for the use of the individual or entity to whom it is addressed. The views stated herein do not nec

Re: [PHP] mixing HTML and PHP code

2001-01-10 Thread Alex Black
that would work. but, so long as the php code is _extremely_ light, and the logic is stored elsewhere, sounds good to me :) definitely avoid print() and echo like the _plague_ for html output. -alex -- Alex Black, Head Monkey [EMAIL PROTECTED] The Turing Studio, Inc. http://www.turingstudi

Re: [PHP] pause

2001-01-10 Thread Alex Black
t, or check that one element equals some other value, etc) to form elements. it's working really well for us, and soon it will be working ridiculously well :)! check out: http://www.binarycloud.com _alex -- Alex Black, Head Monkey [EMAIL PROTECTED] The Turing Studio, Inc. http://www.turingstu

Re: [PHP] Code diagnostics & profiling

2001-01-10 Thread Alex Black
, because we show all php and binarycloud system errors related to a page. have a look at http://www.binarycloud.com _alex -- Alex Black, Head Monkey [EMAIL PROTECTED] The Turing Studio, Inc. http://www.turingstudio.com vox+510.666.0074 fax+510.666.0093 Saul Zaentz Film Center 2600 Tenth St Suite

Re: [PHP] Shopping Carts

2001-01-10 Thread Alex Black
you're not talking about authenticated pages, (which you probably aren't for a basic shopping cart app), we handle all of that stuff transparently. _alex -- Alex Black, Head Monkey [EMAIL PROTECTED] The Turing Studio, Inc. http://www.turingstudio.com vox+510.666.0074 fax+510.666.00

Re: [PHP] AFTERBURNER - PHP CACHE

2001-01-10 Thread Alex Black
VERY exciting! cool cool cool zend cache, but for free! but does it work. more to come, as I will be testing this :) _alex -- Alex Black, Head Monkey [EMAIL PROTECTED] The Turing Studio, Inc. http://www.turingstudio.com vox+510.666.0074 fax+510.666.0093 Saul Zaentz Film Center 2600 Tenth

Re: [PHP] Good and working documentation generator

2001-01-10 Thread Alex Black
we're using PHPDoc with binarycloud, it's a little rough at the moment, but it looks like the code is moving along, and having a standard is fantastical :) phpdoc.de binarycloud: www.binarycloud.com _alex -- Alex Black, Head Monkey [EMAIL PROTECTED] The Turing Studio,

Re: [PHP] SSH file transfers

2001-01-10 Thread Alex Black
write a lib that can call scp :) -alex -- Alex Black, Head Monkey [EMAIL PROTECTED] The Turing Studio, Inc. http://www.turingstudio.com vox+510.666.0074 fax+510.666.0093 Saul Zaentz Film Center 2600 Tenth St Suite 433 Berkeley, CA 94710-2522 > From: [EMAIL PROTECTED] (&quo

Re: [PHP] DB portability

2001-01-10 Thread Alex Black
se it is _far_ more mature. I would recommend using metabase for your projects, I'd also recommend using binarycloud (we use metabase for database abstraction, and have a bunch of other code for building php apps) both will save you many hours of work :) -alex -- Alex Black, Head Mon

Re: [PHP] two submit buttons possible?

2001-01-10 Thread Alex Black
just name the submit: input type="submit" name="credit_card" and input type="submit" name="dealer" that's easy to capture. -alex -- Alex Black, Head Monkey [EMAIL PROTECTED] The Turing Studio, Inc. http://www.turingstudio.com vox+510.666.0074 f

Re: [PHP] dynamic code

2001-01-10 Thread Alex Black
why would you want to do that? can you give me a little more detail about the application? -alex -- Alex Black, Head Monkey [EMAIL PROTECTED] The Turing Studio, Inc. http://www.turingstudio.com vox+510.666.0074 fax+510.666.0093 Saul Zaentz Film Center 2600 Tenth St Suite 433 Berkeley, CA

Re: [PHP] OS X

2001-01-11 Thread Alex Black
blown) - but overall I'm extremely excited... _alex -- Alex Black, Head Monkey [EMAIL PROTECTED] The Turing Studio, Inc. http://www.turingstudio.com vox+510.666.0074 fax+510.666.0093 Saul Zaentz Film Center 2600 Tenth St Suite 433 Berkeley, CA 94710-2522 > From: [EMAIL PROTECTED] (

Re: [PHP] File Uploading Security - Urgent please

2001-01-11 Thread Alex Black
I seem to dimly remember a lib that somene wrote which will actually check the headers in the files to make _absolutely_ sure you're actually loading a jpeg, gif, etc etc. it was very cool :) _alex -- Alex Black, Head Monkey [EMAIL PROTECTED] The Turing Studio, Inc.

Re: [PHP] mixing HTML and PHP code

2001-01-11 Thread Alex Black
n environment, that's not ok. what if I find a problem in your table code? etc. -alex -- Alex Black, Head Monkey [EMAIL PROTECTED] The Turing Studio, Inc. http://www.turingstudio.com vox+510.666.0074 fax+510.666.0093 Saul Zaentz Film Center 2600 Tenth St Suite 433 Berkeley, CA

Re: [PHP] apple-macintosh

2001-01-11 Thread Alex Black
eh? on OS X? what is your (pardon, insane) justification for having pressure to get a piece of software on a yet-to-be-released operating system? go download freeBSD it works! OSX is just beta... -a -- Alex Black, Head Monkey [EMAIL PROTECTED] The Turing Studio, Inc. http

Re: [PHP] Dynamic 'left menu's' on site: Like a windows explorersystem???

2001-01-11 Thread Alex Black
a library out of it and send it along! :) -alex -- Alex Black, Head Monkey [EMAIL PROTECTED] The Turing Studio, Inc. http://www.turingstudio.com vox+510.666.0074 fax+510.666.0093 Saul Zaentz Film Center 2600 Tenth St Suite 433 Berkeley, CA 94710-2522 > From: [EMAIL PROTECTED] ("

Re: [PHP] running scripts

2001-01-11 Thread Alex Black
probably a better idea to spawn a CGI version of your email sending script than to run it from the client... that means you'd have to bump max_executio_time way the hell up, which will affect the rest of your php apps on your server. _alex -- Alex Black, Head Monkey [EMAIL PROTECTED]

Re: [PHP] Netscape does not show all the variables

2001-01-11 Thread Alex Black
set a cookie. -alex -- Alex Black, Head Monkey [EMAIL PROTECTED] The Turing Studio, Inc. http://www.turingstudio.com vox+510.666.0074 fax+510.666.0093 Saul Zaentz Film Center 2600 Tenth St Suite 433 Berkeley, CA 94710-2522 > From: [EMAIL PROTECTED] (Cynic) > Newsgroups: php.general >

Re: [PHP] number of users currently on web

2001-01-11 Thread Alex Black
yes, use binarycloud. (binarycloud.com) select count(*) from bc_logged_in; :) _alex -- Alex Black, Head Monkey [EMAIL PROTECTED] The Turing Studio, Inc. http://www.turingstudio.com vox+510.666.0074 fax+510.666.0093 Saul Zaentz Film Center 2600 Tenth St Suite 433 Berkeley, CA 94710-2522

Re: [PHP] Function -> Sending URL's

2001-01-11 Thread Alex Black
u need double quotes for the $company to be eval'd also, $name is defined within a function, which means you don't have access to it from the "outside world" can you give a little more detail? -alex -- Alex Black, Head Monkey [EMAIL PROTECTED] The Turing Studio, Inc. http://w

<    1   2   3   4   5   6   7   8   9   >