[PHP] permissions issue under NT?

2002-05-07 Thread brent
Help. I've managed to hose myself. I had this page working fine until I went in and screwed up my users under NT4. I can't backtrack and figure out what I changed. Can anyone point me in the right direction? Is this a permissions issue? Thanks. Brent Warning:

Re: [PHP] permissions issue under NT?

2002-05-07 Thread brent
At 02:30 PM 5/7/02 +0100, you wrote: > > Help. I've managed to hose myself. I had this page working fine until I > > went in and screwed up my users under NT4. I can't backtrack and > > figure out what I changed. Can anyone point me in the right direction? > > Is this a permissions issue? Thank

[PHP] php not working

2001-06-24 Thread brent
I can find, but still no luck. TIA for any suggestions. Brent -- 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]

Re: [PHP] php not working

2001-06-24 Thread brent
Jason et. al., Thanks for the suggestion, but I'm still up the creek. I've seen some posts about AddHandler, so I tried adding the following to the .conf file: AddHandler php-script .php but again, with no success. Any other ideas? TIA again. Brent Jason Lustig wrote: > &g

[PHP] php still not working

2001-06-25 Thread brent
r not since the only example I found in the archuves refered to v. 3. So I still get the html/php code showing up in my browser with no interpretation by PHP. Any suggestions (with the exception of "Hey, maybe you should stick with Windows") are greatly appreciated. TIA Brent --

[PHP] problem with code between 4.3.4rc1 & upgrading to php 4.4.2

2006-02-09 Thread Brent
longer valid with the new versions of php4. Does anyone have any thoughts or suggestions ?? I can submit some of the code for everyone to look at .. Any help is greatly appreciated -- -- Brent -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net

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

2002-12-23 Thread Brent Baisley
/unsub.php -- Brent Baisley Systems Architect Landover Associates, Inc. Search & Advisory Services for Advanced Technology Environments p: 212.759.6400/800.759.0577 -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Sessions and Frames...

2003-01-10 Thread Brent Baisley
n these frames activate the session, and some of them modify session variables. Can this cause the pages to load slowly? Can a page have the session file write locked and make other pages wait? -- Brent Baisley Systems Architect Landover Associates, Inc. Search & Advisory Services

Re: [PHP] Mysql/php database performance question

2003-01-10 Thread Brent Baisley
g or - keeping those 5 columns with a lot of empty cells in the last columns? -- Brent Baisley Systems Architect Landover Associates, Inc. Search & Advisory Services for Advanced Technology Environments p: 212.759.6400/800.759.0577 -- PHP General Mailing List (http://www.php.net/

Re: [PHP] Encrypt in Javascript and Decrypt in PHP????

2003-01-10 Thread Brent Baisley
look into this and try it out. The only thing that is important to me is that the password get encrypted before transmitting across the internet. I'm not worry if the JS is disabled because if it is then the login will never be authenticated. I'll keep on exploring for way to increase s

[PHP] Parse error

2003-01-14 Thread Brent Lee
I'm new to PHP and am slowly learning it. I have the following code that is giving me errors could someone take a look and suggest a fix? Parse error: parse error in /home//public_html/Info/datain.php on line 7 -- Thanks __ Brent Lee -- PHP Ge

[PHP] Re: Parse error

2003-01-14 Thread Brent Lee
Everything works great now. Thanks for the quick responses everyone. "Brent Lee" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > I'm new to PHP and am slowly learning it. I have the following code that is > giving me errors co

[PHP] valid MySQL result resource

2003-01-14 Thread Brent Lee
$myrow["lastname"]; echo ""; echo $myrow["nick"]; echo ""; echo $myrow["salary"]; } echo ""; ?> -- Thanks __ Brent Lee -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] changing a key in an array

2003-01-22 Thread Brent Baisley
change keys and it worked just as well, and easier. On Tuesday, January 21, 2003, at 08:47 AM, David T-G wrote: I want to change the key 't' to, say, 'tmp', is there a way to change it or do I have to use the brute force -- Brent Baisley Systems Architect Landover Associ

Re: [PHP] changing a key in an array

2003-01-22 Thread Brent Baisley
e2 ) [a2] => Array ( [k1] => value1 [k2] => value2 ) ) and now I'll want to add a 'name' thingie (I daren't call it a column :-) so that I can change it at will ... but where and how do I add it? -- Brent Baisley Systems Archi

Re: [PHP] Quick Question about Template Parsers

2003-01-22 Thread Brent Baisley
variable and do something to the effect of preg_replace() to element that is found? and if so, could you replace the step of reading the file into a variable with getting the template data out of a database? WARNING... more questions to come... Jim -- Brent Baisley Systems Architect Lando

Re: [PHP] changing a key in an array

2003-01-23 Thread Brent Baisley
ursday, January 23, 2003, at 09:05 AM, David T-G wrote: Given the array you present above, how would you extract a basket by name? The closest I can come is to go and find the name and then increment the ID by 1 and then get out that basket, which sounds like a *huge* mess... -- Brent Baisle

Re: [PHP] php performance

2003-01-24 Thread Brent Baisley
direction. Next I would look in your MySQL logs to see if you have slow queries or find out what MySQL is spending it's time on. On Thursday, January 23, 2003, at 04:42 PM, arch wrote: I'm running php4 on apache on linux. I'm having performance problems with php getting data from the

Re: [PHP] Script to export MySQL structure & data

2003-01-31 Thread Brent Baisley
data of a few given MySQL tables as seen in phpMyAdmin. -- Brent Baisley Systems Architect Landover Associates, Inc. Search & Advisory Services for Advanced Technology Environments p: 212.759.6400/800.759.0577 -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Learning PHP

2003-02-12 Thread Brent Baisley
bruary 12, 2003, at 10:14 AM, Greg Luce wrote: Could anyone recommend a fast track for learning php for an experienced ColdFusion developer? I'm working my way through the tutorials on php.net and free2code.net, but they seem pretty kindergarten. Any advice? -- Brent Baisley Systems Architect La

Re: [PHP] Date/Time Logic

2003-02-19 Thread Brent Baisley
__ Web Architect -- Brent Baisley Systems Architect Landover Associates, Inc. Search & Advisory Services for Advanced Technology Environments p: 212.759.6400/800.759.0577 -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] date, "first of next month"?

2003-02-26 Thread Brent Baisley
Hello, Does anyone know a way to do this easily? I have a script that pretty much says "this is due on the first of next month" but I would like it to actually use the correct date. Thanks, Bryan -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.n

Re: [PHP] updating pages with php

2003-03-05 Thread Brent Baisley
List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php -- Brent Baisley Systems Architect Landover Associates, Inc. Search & Advisory Services for Advanced Technology Environments p: 212.759.6400/800.759.0577 -- PHP General Mailing List (http://www.php.net/) To unsubscri

Re: [PHP] accidently inserting into web database blank records.

2003-03-14 Thread Brent Baisley
quot;localhost","user","password"); mysql_select_db ("mydatabasename"); mysql_query ("INSERT INTO name (name,surname) VALUES ('$name','$surname')"); echo ('Your record has been added.'); print (""); print ("Your

Re: [PHP] Verifying a certain amount of numbers

2003-07-16 Thread Brent Baisley
ce difference is between the above function and ereg or preg. On Wednesday, July 16, 2003, at 09:43 AM, Justin French wrote: I tested if( (strlen($str) == 6) && (is_int($str)) ) vs if(ereg('^[0-9]{6}$',$str)) -- Brent Baisley Systems Architect Landover Associates,

Re: [PHP] explode and escape character for string separator

2003-07-18 Thread Brent Baisley
7;s going ot be only used as deliminater, since the deliminated string is an input from user. So the problem remains. -- Brent Baisley Systems Architect Landover Associates, Inc. Search & Advisory Services for Advanced Technology Environments p: 212.759.6400/800.759.0577 -- PHP General Mailing

Re: [PHP] MySQL limitations

2003-07-28 Thread Brent Baisley
I can't find it in manual. Like, could I have a table with 200,000 columns? Mike -- Brent Baisley Systems Architect Landover Associates, Inc. Search & Advisory Services for Advanced Technology Environments p: 212.759.6400/800.759.0577 -- PHP General Mailing List (http://www.php

Re: [PHP] Reading mail with PHP?

2003-08-14 Thread Brent Baisley
me=Mail Marcus - Sweden -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php -- Brent Baisley Systems Architect Landover Associates, Inc. Search & Advisory Services for Advanced Technology Environments p: 212.759.6400/800.759.0577 -- PHP General

Re: [PHP] dev style guide

2003-08-14 Thread Brent Baisley
when creating code to be shared with the community? Walter -- Brent Baisley Systems Architect Landover Associates, Inc. Search & Advisory Services for Advanced Technology Environments p: 212.759.6400/800.759.0577 -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://ww

Re: [PHP] Date Validation, Kinda'

2003-08-21 Thread Brent Baisley
PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php -- Brent Baisley Systems Architect Landover Associates, Inc. Search & Advisory Services for Advanced Technology Environments p: 212.759.6400/800.759.0577 -- PHP General Mailing List (http://www.php

Re: [PHP] Anyone connect to a FileMaker DB?

2003-03-21 Thread Brent Baisley
ow I can do it, please let me know. Joshua Groboski Programmer Analyst / Webmaster SAVVIS Communications http://www.savvis.net -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php -- Brent Baisley Systems Architect Landover Associates, Inc.

Re: [PHP] templating question

2003-03-21 Thread Brent Baisley
t template uses ereg and is slow , itx screws with the source layout and the output looks shit , smarty wants control of the code , is there anything better than these guys ? -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php -- Brent Baisley Sy

Re: [PHP] cookies with internet explorer on macs

2003-04-01 Thread Brent Baisley
crosoft support to duplicate and acknowledge the problem. I use Mac OS 9/Internet Explorer/Outlook Express -- no problem. -- Brent Baisley Systems Architect Landover Associates, Inc. Search & Advisory Services for Advanced Technology Environments p: 212.759.6400/800.759.0577 -- PHP General

Re: [PHP] piping email directly into PHP

2003-06-12 Thread Brent Baisley
ch out for? Thanks in advance Ade -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php -- Brent Baisley Systems Architect Landover Associates, Inc. Search & Advisory Services for Advanced Technology Environments p: 212.759.6400/800.759.0577

Re: [PHP] How to find if a string is an integer?

2003-06-12 Thread Brent Baisley
, CPT John W. Holmes wrote: Please try to use is_int() on a value passed from a form and see why. Also, in the beginning of this thread, the OP already said that is_int() had been tried. -- Brent Baisley Systems Architect Landover Associates, Inc. Search & Advisory Services for Advanced T

Re: [PHP] How to find if a string is an integer?

2003-06-12 Thread Brent Baisley
ubscribe, visit: http://www.php.net/unsub.php -- Brent Baisley Systems Architect Landover Associates, Inc. Search & Advisory Services for Advanced Technology Environments p: 212.759.6400/800.759.0577 -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Convert KB to MB?

2003-06-19 Thread Brent Baisley
wrote: Is there a simple script that will take a value in Kilobytes and convert it to MegaBytes? $value_in_mb = $value_in_kb / 1024; -- Brent Baisley Systems Architect Landover Associates, Inc. Search & Advisory Services for Advanced Technology Environments p: 212.759.6400/800.759.0577 -- PHP G

Re: [PHP] Cookies- peanut butter or chocolate??

2003-06-19 Thread Brent Baisley
e. Thanks! Robin E. Kopetzky Black Mesa Computers/Internet Services www.blackmesa-isp.net -- Brent Baisley Systems Architect Landover Associates, Inc. Search & Advisory Services for Advanced Technology Environments p: 212.759.6400/800.759.0577 -- PHP General Mailing List (http://www.php.net/)

Re: [PHP] Convert KB to MB?

2003-06-20 Thread Brent Baisley
in data storage 1mb = 1024kb but in data transfer 1mb = 1000kb. -- Brent Baisley Systems Architect Landover Associates, Inc. Search & Advisory Services for Advanced Technology Environments p: 212.759.6400/800.759.0577 -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Paying Job...

2002-07-25 Thread Brent Baisley
cript or by the hour (that would be nice). > > Thanks for any input you may provide... > > -- Gerard Samuel > http://www.trini0.org:81/ > http://dev.trini0.org:81/ > > -- PHP General Mailing List (http://www.php.net/) > To unsubscribe, visit: http://www.php.net/unsub.

Re: [PHP] calling user-defined php functions from tag

2002-07-29 Thread Brent Baisley
generates a > list of options. And the user has to select an option, then click the > SUBMIT button. -- Brent Baisley Systems Architect Landover Associates, Inc. Search & Advisory Services for Advanced Technology Environments p: 212.759.6400/800.759.0577 -- PHP General Mailing List (h

Re: [PHP] Call func with variable num params (Dont confuse with making func variable params)

2002-07-29 Thread Brent Baisley
d and skip them in the call if you don't have them. > > Can anybody help me out? > > InsaneCoder > > -- > PHP General Mailing List (http://www.php.net/) > To unsubscribe, visit: http://www.php.net/unsub.php > > -- Brent Baisley Systems Architect Landover Associates, I

Re: [PHP] Browser Javascript capabilities

2002-07-31 Thread Brent Baisley
gt; -- > > If You want to buy computer parts, see the reviews at: > http://www.cnet.com/ > **OR EVEN BETTER COMPILATIONS**!! > http://sysopt.earthweb.com/userreviews/products/ > > -- > PHP General Mailing List (http://www.php.net/) > To unsubscribe, visit: http://w

Re: [PHP] checkbox => POST => array??

2002-08-12 Thread Brent Baisley
google isn't helping: > How do I code a bunch of checkboxes with id's, and then loop trough the > result as an array after POSTing it? > What I have now: > > doesn't return an array $topic?? > Thanks, > Peter > > -- PHP General Mailing List (http://www.php

Re: [PHP] HTML issue... spaces in between images

2002-08-13 Thread Brent Baisley
chars > > but it seems like kind of a hassle for readability. > > Please help. > > ~ Mike > -- > Mike Zornek | Project Leader > Apple Student Developers > The Insanely Great Site with the Insanely Long URL > http://www.applestudentdevelopers.org > > Personal

Re: [PHP] requesting sites running OS X

2002-08-13 Thread Brent Baisley
I read somewhere that MacOSX servers are showing up/being grouped as as Unix/BSD. On Tuesday, August 13, 2002, at 12:43 PM, Andrew Brampton wrote: > ... but for some reason it > doesn't show other MacOSX websites... -- Brent Baisley Systems Architect Landover Associates, Inc. Search

Re: [PHP] Calendar logic question

2002-08-21 Thread Brent Baisley
. The > second way, is costly at page view time. With a small number of > re-occurring events, that probably wouldn't be an issue, but as the > calendar usage grows, I can see that becoming resource costly. > > Is there a better way? > > -- > PHP General Mailing

Re: [PHP] Arrays within arrays question

2002-08-28 Thread Brent Baisley
py with empty > arrays but not arrays that have not been assigned anything yet ... > > Jc > > -- PHP General Mailing List (http://www.php.net/) > To unsubscribe, visit: http://www.php.net/unsub.php > > -- Brent Baisley Systems Architect Landover Associates, Inc. Search &

Re: [PHP] how to have a form keep values when user hits back button?

2002-08-30 Thread Brent Baisley
e form values get reset. > How can I make it so that if I hit the back button the values I entered > in the form will still be displayed? > > Jc > > -- PHP General Mailing List (http://www.php.net/) > To unsubscribe, visit: http://www.php.net/unsub.php > > -- Br

Re: [PHP] Re: Hardware Address

2002-09-06 Thread Brent Baisley
bly >>> wont >> work >>> and I am also worried about IP spoofing. >>> >>> Thanks for any help you can provide, >>> Chris >>> >>> >>> _____ >>> Send and receive Ho

Re: [PHP] replacing \n with

2002-09-06 Thread Brent Baisley
d T-G * It's easier to fight for one's > principles > (play) [EMAIL PROTECTED] * than to live up to them. -- fortune > cookie > (work) [EMAIL PROTECTED] > http://www.justpickone.org/davidtg/Shpx gur Pbzzhavpngvbaf Qrprapl > Npg! > -- Brent Baisley Systems Architect Landover Associates, Inc. Search & Advisory Services for Advanced Technology Environments p: 212.759.6400/800.759.0577 -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] replacing \n with

2002-09-06 Thread Brent Baisley
ine". Once you read a line, could you just grab the first length-1 characters and then do your parsing on that? On Friday, September 6, 2002, at 12:46 PM, David T-G wrote: > I don't want to simply add a ; I want to *replace* the newline (and > return, as we found out in a subthread)

Re: [PHP] $_FILES posting limited to 5?

2002-10-16 Thread Brent Baisley
maximum 5 tcp connections at a time? Perhaps, a stupid idea, though... -- Brent Baisley Systems Architect Landover Associates, Inc. Search & Advisory Services for Advanced Technology Environments p: 212.759.6400/800.759.0577 -- PHP General Mailing List (http://www.php.net/) To unsubscr

[PHP] Packaging files for download

2002-10-24 Thread Brent Baisley
a zip file would be ideal, but I haven't found anything can do this. -- Brent Baisley Systems Architect Landover Associates, Inc. Search & Advisory Services for Advanced Technology Environments p: 212.759.6400/800.759.0577 -- PHP General Mailing List (http://www.php.net/) To unsubscri

Re: [PHP] Mac OS X EI TEXTAREA Problem

2002-10-28 Thread Brent Baisley
n other machines? Perhaps there is an issue with IE on the machine you are working on. On Sunday, October 27, 2002, at 01:28 AM, Dan Tappin wrote: All the form element work except for TEXTAREA. -- Brent Baisley Systems Architect Landover Associates, Inc. Search & Advisory Services for Advan

Re: [PHP] Array Question

2002-10-29 Thread Brent Baisley
Perhaps you want to look at array_keys(). On Monday, October 28, 2002, at 05:48 PM, PHP List wrote: How can I get the name of the index? -- Brent Baisley Systems Architect Landover Associates, Inc. Search & Advisory Services for Advanced Technology Environments p: 212.759.6400/800.759.

Re: [PHP] Cleaning pasted Word text

2002-10-29 Thread Brent Baisley
y is this: How can I create a conversion routine that reliably substitutes HTML-acceptable output for high-ASCII characters pasted into the form (from a variety of operating systems)? -- Brent Baisley Systems Architect Landover Associates, Inc. Search & Advisory Services for Advanced T

Re: [PHP] can a popup window get the page referer?

2002-11-13 Thread Brent Baisley
ust make the popup window without any address bar, menus, etc? So that nobody can "directly type in the address of this page, modify url parameters, etc.". Or is it necessary? - E -- Brent Baisley Systems Architect Landover Associates, Inc. Search & Advisory Services for A

[PHP] Regular Expression trouble

2002-11-14 Thread Brent Baisley
tested it using grep in BBEdit 6.5 and it works as I would expect. I'm using PHP 4.1.2 on Mac OSX 10.1.5. -- Brent Baisley Systems Architect Landover Associates, Inc. Search & Advisory Services for Advanced Technology Environments p: 212.759.6400/800.759.0577 -- PHP General Mailing

Re: [PHP] OOP-related question

2002-11-14 Thread Brent Baisley
esn't spit out an error either. Any ideas? - Tularis -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php -- Brent Baisley Systems Architect Landover Associates, Inc. Search & Advisory Services for Advanced Technology Environme

Re: [PHP] input field masks

2003-09-12 Thread Brent Baisley
field they will only be able to enter digits in the ## areas the / will remain. Is php cable of doing this? Thanks for any help in advance! Cheers Bob -- Brent Baisley Systems Architect Landover Associates, Inc. Search & Advisory Services for Advanced Technology Environments p: 212.759.

Re: [PHP] Opening new browser window

2003-09-19 Thread Brent Baisley
current code is: where popup is my javascript function. But as I said below, the popup doesn't work as expected and I do not want to use javascript. I can also not be in a form. Suggestions? Rich -- Brent Baisley Systems Architect Landover Associates, Inc. Search & Advisory Services

Re: [PHP] POST Parameters

2003-09-22 Thread Brent Baisley
T Paramters etc. But how to handle the POST Data ? Any guess out there ? brgds stephan -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php -- Brent Baisley Systems Architect Landover Associates, Inc. Search & Advisory Services for Advanced Techno

Re: [PHP] Help understanding code...

2003-09-25 Thread Brent Baisley
o strings. The $operator variable in the script that this was taken from is set to either "-", "+", "*" or "/". What I don't understand here is what the "!" in front of strcmp() means. Can anyone break down the code for me and explain t

Re: [PHP] What is the proper way to use mysql db on a multipage site?

2003-09-26 Thread Brent Baisley
keep making that mysql_connect(). Isn't there a way to store the $db result so I don't have to keep connecting. And how about the mysql_select_db() part too? Since I'm going to stay in the same db most of the time. I thought I read that I can't use a $_SESSION for it, a

Re: [PHP] Cleaning up my messy code

2003-09-29 Thread Brent Baisley
d a sensical, practical approach to application layout. What do you all do? How can I learn to be a better PHP programmer in this regard? -- Brent Baisley Systems Architect Landover Associates, Inc. Search & Advisory Services for Advanced Technology Environments p: 212.759.6400/800.759

Re: [PHP] Looking for a programmer & designer to hire

2003-10-16 Thread Brent Baisley
a bid request for programmers and graphic designers? J. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php -- Brent Baisley Systems Architect Landover Associates, Inc. Search & Advisory Services for Advanced Technology Environments p: 212

Re: [PHP] PHP developers

2003-11-07 Thread Brent Baisley
me talented PHP contractors? I'm looking to hire some people for some upcoming projects, and I don't want to just put an ad in the paper and get a bunch of responses from barely-qualified people. Thanks, J -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.ph

Re: [PHP] Javascript question

2003-11-20 Thread Brent Baisley
cuts down on the spam somewhat. I hope you wasn't trying to spam me :) -- Brent Baisley Systems Architect Landover Associates, Inc. Search & Advisory Services for Advanced Technology Environments p: 212.759.6400/800.759.0577 -- PHP General Mailing List (http://www.php.net/) To unsub

Re: [PHP] What do you say to someone who says...

2003-12-04 Thread Brent Baisley
someone who says: "PHP is just a kiddie language"? -- Brent Baisley Systems Architect Landover Associates, Inc. Search & Advisory Services for Advanced Technology Environments p: 212.759.6400/800.759.0577 -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] How to reduce CPU usage in a cycle? [ag]

2003-12-11 Thread Brent Baisley
;t mind if it will increase the job time)? Is there a solution for both Windows and Linux? -- Brent Baisley Systems Architect Landover Associates, Inc. Search & Advisory Services for Advanced Technology Environments p: 212.759.6400/800.759.0577 -- PHP General Mailing List (http://www.php.net/) To

[PHP] MySql vs PostgreSQL

2001-05-08 Thread Brent Langston
So, I've noticed that most of you talk about PHP/MySQL almost exclusively. Does anyone use PHP and PostgreSQL? What are the advantages of MySQL over PostgreSQL, other than it's easier to pronounce... Thanks, Brent -- PHP General Mailing List (http://www.php.net/) To unsubscri

[PHP] passing variables without form submit

2001-05-13 Thread brent simpson
age where value would be whether the checkbox was checked or not, but no go. Then I tried using Javascript to do the same onChange thing but set a cookie, that could be read by subsequent pages through php, but no luck there. Can someone tell me where i'm going wrong in my thinking abo

Re: [PHP] WebServer

2001-12-29 Thread Brent Rieck
nection, I run out of bandwidth far before I run out of CPU and memory on my PII 233 that's running a reasonably complex web app with heavy DB usage. --Brent On Fri, 2001-12-28 at 05:30, rick wrote: > > Dear Members , > > Does anybody of you have a

[PHP] pdf_open_memory_image

2002-02-17 Thread Brent Meshier
I'm running in to the following error message: Warning: pdf_open_memory_image() is not supported in this PHP build I have pdflib and gd compiled in to PHP, so I'm sure what to do next. Any ideas? --Brent -- PHP General Mailing List (http://www.php.net/) To unsubscribe, v

Re: [PHP] A way to simulate modem speeds?

2001-10-31 Thread Brent Rieck
ftware be free? I've not used it, but you might checkout: http://www.dallaway.com/sloppy/ --Brent www.spek.org -- 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]

Re: [PHP] Text Editor with Highlighting

2001-11-01 Thread Brent Rieck
7;s small-ish (doesn't take 30 seconds to load off disk), fast, unlimited undo (woo!), brace/paren flashing, free (GPL'd), stable (I'll typicaly have it open for weeks if not months at a time). http://www.nedit.org --Brent [EMAIL PROTECTED] - www.spek.org TD - Sales International H

Re: [PHP] submitting form to a page with frames

2001-11-01 Thread Brent Rieck
eral K at least), you'll have to use some alternative method to pass them around, a temp file would work, or stuff them into a database and pull them out again (making sure to pass how to find them to menu.php). --Brent [EMAIL PROTECTED] -- www.spek.org On Thu, 2001-11-01 at 15:08, Matt Fair

Re: [PHP] HTTP Headers

2001-11-10 Thread Brent Rieck
On Fri, 2001-11-09 at 15:55, Mike Harvey wrote: > Is it possible to redirect to an IP address but have the browser address bar > show an URL? assuming you have a valid url with a hostname, just wrap the ip address url inside of a frame that takes up the entire window. --Brent -- PHP G

RE: [PHP] Commercial sites that use PHP

2001-04-10 Thread Brent Langston
Does anyone know what Yahoo uses? It's obviously some form of scripting... especially at http://my.yahoo.com. I've always been curious about what they are using as their parser... it appears to spit out pure HTML, so it acts like PHP... Any thoughts? -Original Message- From: Michael

Re: [PHP] HTML Escaping

2004-07-23 Thread Brent Baisley
Page" width="150" height="20" border="0">; ?> Thanx in advance, Robb -- Robb Kerr Digital IGUANA Helping Digital Artists Achieve their Dreams http://www.digitaliguana.com http://www.cancerreallysucks.

Re: [PHP] Re: Creating a PHP5 RPM

2004-07-27 Thread Brent Clements
. If you don't have a clue about the RPM build system, you may want to look at the Maximum RPM online book available at redhat. Or search google for it. -Brent - Original Message - From: "Chris Martin" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tues

[PHP] Anyone use japha?

2004-07-27 Thread Brent Clements
I found a cool project called Japha which is a port of the main java classes to php. It's at www.japha.net I haven't used it yet, but have read through the site and the classes a bit. Anyone using these classes/libraries in their applications. -Brent

[PHP] Splitting a string by the number of characters in the string?

2004-07-30 Thread Brent Clements
In PHP 5 there is a awesome function called str_split, is there an equivalent in PHP 4.x? I need to do the following: Split a 60 character string into 3 20 character array chunks. using str_split I could easily do it, but how do I do it in PHP 4.x? Thanks, Brent

Re: [PHP] Optimizing Tips

2004-08-05 Thread Brent Baisley
88 2809 Mobile : 022-31018082 http://www.TheArgonCompany.com Viruses getting you down? Get your virus protected mailbox at http://www.tassm.com Linux. The Choice of the GNU generation -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php -- Brent

Re: [PHP] Changing MySQL Date Format

2004-08-12 Thread Brent Clements
Why not just write a simple function in php to change your date around for you? A function in a utility class perhaps? -Brent - Original Message - From: "Jay Blanchard" <[EMAIL PROTECTED]> To: "Harlequin" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> S

[PHP] String compare of 7 text strings

2004-08-13 Thread Brent Clements
ing a huge if/then statement? Thanks, Brent

Re: [PHP] String compare of 7 text strings

2004-08-13 Thread Brent Clements
Let me rephase my question in my previous email: I'd like to compare 7 strings(which are in an array). Each string should be the same, if they are not, a message should be outputted. How would one do this outside of using a huge if/then statement? Thanks, Brent - Original Message -

[PHP] Getting the size of a mysql table using php

2004-08-13 Thread Brent Clements
How does one get the size of a mysql table using php? I tried taking a look at how phpmyadmin does it but got lost in the code. Anyone have any simple or elegant ways of doing this? -Thanks Brent

[PHP] Need help with some logic and how to do it in PHP

2004-08-15 Thread Brent Clements
;String compare of 7 text strings" question yesterday. All of the 7 string values are values in an array, ie $strings = array($string1, $string2, $string3, $string4, $string5, $string6, $string7); Thanks, Brent

Re: [PHP] Need help with some logic and how to do it in PHP

2004-08-15 Thread Brent Clements
Sweet, that solves my problem. Thanks for the help. -Brent - Original Message - From: "Jason Wong" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Sunday, August 15, 2004 9:53 AM Subject: Re: [PHP] Need help with some logic and how to do it in PHP > On Su

Re: [PHP] problems after installing on new hard-drive

2004-08-17 Thread Brent Baisley
being passed via my post. It also gives me an Warning: Invalid argument supplied for foreach(). As I said all this code worked fine on my os x 10.2.x. Any help would be appreciated, Doug -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php -- B

[PHP] How do I find out if a string will fit in an area of an image?

2004-08-24 Thread Brent Clements
Hi All, Let's say I have a string of text. $foo = "I WANT ALot of Text to be diSPLAYed!" I have an area on my image that is around 386 pixels wide. How do I find out if my text will fit in that area using any size font? Thanks, Brent

Re: [PHP] PHP Oficial Certification

2004-08-26 Thread Brent Clements
t can only help the PHP community, not hurt it. -Brent - Original Message - From: "John Holmes" <[EMAIL PROTECTED]> To: "Yann Larrivee" <[EMAIL PROTECTED]> Cc: "PHP General" <[EMAIL PROTECTED]> Sent: Friday, August 27, 2004 12:23 AM Subject:

Re: [PHP] PHP Oficial Certification

2004-08-27 Thread Brent Clements
e one or two guys who actually know what their doing to keep the ship floating but nevertheless it's an easier sell if you have "certified php developers" on board. -Brent - Original Message - From: "Curt Zirzow" <[EMAIL PROTECTED]> To: "PHP List"

Re: [PHP] html tabs

2004-08-28 Thread Brent Clements
One suggestion that I have is to use curl to get the web page that you want, put that into a buffer variable and then when you click on the link to the second page, you would then output the variable to the "page". -Brent - Original Message - From: "Michael Gale" &l

Re: [PHP] SOAP speed

2004-08-28 Thread Brent Clements
This isn't really answer to your question, but to possibly simplify your authentication mechanism, you ought to take a look at the pear package Liveuser which allows you to have somewhat of a distributed authentication architecture. Check out http://pear.php.net/package/LiveUser -

[PHP] Convert gif to jpeg on the fly using gd?

2004-08-29 Thread Brent Clements
7;ve tried imagejpeg(imagecreatefromgif($image)) but it outputs the image to the html screen as it should. Granted, I could pull some neat output buffering trick but I want to know if you guys think there is an easier way. And if so, point me in the right direction Thanks, Brent

[PHP] Probably not a php question, but here goes..how do I convert pixels to page units?

2004-08-29 Thread Brent Clements
page units so that the image displays correctly on the pdf? I just need the equation if you guys can think of one. THanks Brent

Re: [PHP] PHP- Dependant dropdown based on Mysql queries

2004-08-30 Thread Brent Clements
lds. Wash, rinse, repeat. -Brent - Original Message - From: "Francisco Puente XFMP (QA/EMC)" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, August 30, 2004 1:42 PM Subject: [PHP] PHP- Dependant dropdown based on Mysql queries > Hi All, > I'

  1   2   3   4   >