RE: [PHP] Apache 2.x and PHP

2003-07-23 Thread Brad Young
We have a detailed whitepaper on the subject. Please check out: http://www.zend.com/whitepapers/PHPandApache2-ZendWhitepaper.pdf BY __ Brad Young [EMAIL PROTECTED] www.zend.com Zend - The PHP Company > >Hi All, > >Can anyone aswer this simple ques

Re: [PHP] Script Execution Time

2003-07-28 Thread Brad Pauly
://us4.php.net/microtime - Brad -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Re: include help please

2003-07-31 Thread Brad Pauly
#x27;s included what i'm going for here is to choose the page i want in that space by defining it in the url, such as http://l33trus.servebeer.com/site/index.php?page=contact but how would i do that? Based on the code posted before I think you should be able to do: include $$_GET['

Re: [PHP] Re: include help please

2003-07-31 Thread Brad Pauly
LoonySalmon wrote: if page is defined in url, include page defined else include home You are on the right track. Take a look at the manual. http://us4.php.net/manual/en/index.php http://us4.php.net/isset - Brad -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http

Re: [PHP] Re: include help please

2003-07-31 Thread Brad Pauly
http://yousite.com/index.php?page=home&home=http://othersite.com/bad.php Although I think you would still be ok. - Brad -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] mail() function failure

2003-08-14 Thread Brad Esclavon
hosted by a company and am sure the mail server is up and working for me. is there a way i need to feed it a username/password with php? any ideas on why its not working? im completely stumped. -- Brad Esclavon [EMAIL PROTECTED] (H) 404-875-4561 (C) 404-291-1082 -- PHP General Mailing List

[PHP] Using PHP to get a word count of a MSword doc

2003-03-16 Thread Brad Wright
Hi all, I have a mySQL DB that stores word documents (as a BLOB). I am trying to find a way of doing a word count on the documents using PHP. Can anyone help?? Thanks in advance, Brad -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Working with dates

2003-03-17 Thread Brad Harriger
I have two variables, $StartDate and &EndDate that contain values read from MySQL Date fields. How can I determine if a value entered by the user is between the two dates? I'm using PHP 4.0.6. Thanks in advance, Brad -- PHP General Mailing List (http://www.php.net/) To unsubscri

Re: [PHP] Using PHP to get a word count of a MSword doc

2003-03-18 Thread Brad Wright
Thanks for the reply Rene, Any change of a code sample of how u did this?? Im not at all experienced in Java. Thanks again for replying Cheers, Brad Nel vino la verità, nella birra la forza, nell'acqua i bacilli

Re: [PHP] Using PHP to get a word count of a MSword doc

2003-03-18 Thread Brad Wright
Erik, thanks, are you able to pint me to some good reference sources on tokenizer's... i have never come across them before I have been scouring the web, and am coming up a decided blank. :) Cheers, Brad Nel vino la verità, nella birra la forza, nell'acqua

Re: [PHP] Using PHP to get a word count of a MSword doc

2003-03-18 Thread Brad Wright
Thanks Erik, looking now :) Cheers, Brad Nel vino la verità, nella birra la forza, nell'acqua i bacilli -- In wine there is truth, in beer there is strength, in water there are bacteria > From: Erik Price

[PHP] Recommended package for online editing of HTML files

2003-03-18 Thread Brad Hubbard
Can anyone recommend a package suitable for editing HTML files on a remote server through a PHP interface? Basically, an online HTML editor. Cheers in advance, Brad -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] php and Perl

2003-03-27 Thread Brad Wright
soon find a bit more about perl itself elsewhere from this list. Can i indeed use php to 'call' a perl script/function/app whatever its called? Cheers, Brad Nel vino la verità, nella birra la forza, nell'acqua i bacilli -

Re: [PHP] new window

2003-06-06 Thread Brad Bonkoski
How about: echo "Link"; Well, I guess that is really HTML, but with the idea that PHP is server side only you would need a client side method of opening windows. So, HTML, Javascript, pick your method.... -Brad Adriaan Nel wrote: > Hi all, > > How do I open a new window f

Re: [PHP] Good PHP Books

2003-06-16 Thread Brad Dameron
this helps, Brad - Original Message - From: "Mark McCulligh" <[EMAIL PROTECTED]> > Hi Other PHP Users, > > I have been asked to teach an introduction course on PHP/MySQL at my local > College. > > I am looking for a good beginner book for the course. Lik

Re: [PHP] Re: PHP help/example for booking program

2003-06-16 Thread Brad Dameron
Try here: http://www.hotscripts.com/PHP/Scripts_and_Programs/ or here: http://php.resourceindex.com/ Enjoy, Brad - Original Message - From: "Giuliano" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, June 16, 2003 7:42 AM Subject: [PHP] Re: PHP he

Re: [PHP] Server-initiated HTTP requests

2003-06-16 Thread Brad Dameron
http://www.domain.com";); ?> Brad - Original Message - From: "Sander" <[EMAIL PROTECTED]> > I'm using php to have several servers communicate between eachother. I > want to do the following: > Server A sends a request to server B. Server B stores

Re: [PHP] timing out exec statements

2003-06-16 Thread Brad Dameron
Wouldn't this be best done inside your perl script? That way you can have it retry a few times then if it hard fails return to the PHP script. Brad - Original Message - From: "Dave [Hawk-Systems]" <[EMAIL PROTECTED]> To: "php list" <[EMAIL PROTECTED]>

Re: [PHP] Is there a way to get rid of \' and \" ?

2003-06-21 Thread Brad Pauly
code(). Is there a function to strip escape charechters? I think you want stripslashes(). http://us4.php.net/manual/en/function.stripslashes.php Brad -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Now what's wrong with this?

2003-06-21 Thread Brad Pauly
On Sat, 2003-06-21 at 16:59, Kyle Babich wrote: > $entry = fread($entryGet, filesize("postEntries/{$entriesIndex}"); //67, line /w > parse error Missing a ')' Brad -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] abstract question

2002-08-13 Thread Brad Bulger
If you aren't supposed to be able to use func_get_args() as a function parameter, but you can get away with it if you make it the *first* param, is that a bug or a feature? works: funcy(func_get_args(), 'p1', 3); fatal error: funcy('p1', 3, func_get_args()); i assume this works

Re: [PHP] mysql error

2002-08-13 Thread Brad Bulger
it's the WHERE clause, it's illegal there. what are you trying to do? if you want to change the heading & paragraph columns of every row in malibu_data where the page_name & par_id match your values, this should be an UPDATE. if you want to create a new record in malibu_data for every record th

RE: [PHP] Re: Trying to delete

2002-08-13 Thread Brad Bulger
On Wed, 14 Aug 2002, [iso-8859-1] César Aracena wrote: > Thanks. I must apology as I made a mistake when writing the incoming > variable's name. I had it wrong so it would pass the variable but the > incoming script was looking for a variable that wasn't passed. In the > meantime, and now that I

[PHP] Array question

2002-08-14 Thread Brad Harriger
hanks in advance, Brad -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] php string match problem

2002-08-18 Thread Brad Bulger
have you tried printing them out with surrounding characters, like echo 'row8=(',$row[8],') LOGINNAME=(',$LOGINNAME,')'; to see if there are leading or trailing spaces? On Mon, 19 Aug 2002, Pafo wrote: > heh,, is it just me or can anyone see whats wrong with this code... > > $query = "SELECT

RE: [PHP] include() from another sub-domain

2002-08-19 Thread Brad Dameron
What I would do is change the include filename to something like functions.inc like I do. This way the server won't try and run it for you. --- Brad Dameron Network Account Executive TSCNe

RE: [PHP] file reading

2002-08-27 Thread Brad Dameron
'w+' - Open for reading and writing; place the file pointer at the beginning of the file and truncate the file to zero length. If the file does not exist, attempt to create it. Change it to "r" since you are only reading. Also check to make sure your pathing is correc

[PHP] problem with links

2002-08-31 Thread Brad Lahr
/src/apache_1.3.26 ./configure --activate-module=src/modules/php4/libphp4.a make make install Any help is greatly appreciated. I apoligize iin advance for being such a newbie. Brad -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] LDAP Authentication problem

2002-09-04 Thread Brad Harriger
ok for the cause of this problem. Any suggestions would be appreciated. Thanks in advance, Brad -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Problem with inserting values into database through php

2002-09-05 Thread Brad Bonkoski
and see how it responds? Chances are there is some error there, and you'll get more meaningful feedback from the database backend. HTH -Brad Olli Sinerma wrote: > Hi, > I´m having a weird problem with getting my forms work within > php. I have a running MySQL server, php installed

Re: [PHP] question about Location

2002-09-06 Thread Brad Bonkoski
Not quite sure what you are getting at here? A hyper link would direct the user to another page :-) If you mean after a timeout/auto-magically perhaps you can try meta refresh: http://www.htmlhelp.com/reference/html40/head/meta.html HTH -Brad Meltem Demirkus wrote: > Is there anyway

Re: [PHP] Re: HTTP_SERVER_VARS not working. Please help

2002-09-06 Thread Brad Bonkoski
that's: $_SEVER['HTTP_HOST'] Cirstoiu Aurel Sorin wrote: > I also tried $_HTTP['HTTP_HOST']. Not working. The host has php 4.1.2 > version > > -- > > Cirstoiu Aurel Sorin > InterAKT Support > > http://www.interakt.ro > > "Erwin"

Re: [PHP] MySQL and Array's REALLY simple question but I'm notGETTING it .. Ugh..

2002-09-06 Thread Brad Bonkoski
instance of that and see how it works.. HTH -Brad Steve Gaas wrote: >Can anyone tell me what's wrong with my code? All I get output from this is >the LAST row of data from my Database. There are 2 rows, how do I make it >pull data from all of the rows? It's not going throu

Re: [PHP] MySQL and Array's REALLY simple question but I'm not GETTING it .. Ugh..

2002-09-06 Thread Brad Bonkoski
yourself. i.e. mysql_data_seek($result, 0) would set you back at the beginning, record one. -Brad Steve Gaas wrote: > OK, this works.. This is wonderful.. But I don't get it.. I assigned two > separate variables to that array function.. I don't understand why this > works

Re: [PHP] How to set the file premission by using CHMOD?

2002-09-07 Thread Brad Bonkoski
man chown (change ownership) (i.e. chown my_username:my_groupname ) -or- man chmod (change permissions)(i.e. chmod uga+w -or- chown 4777 ) -Brad Bryan wrote: > Situation: > I want to create a file to a directory, but the premission denied, how to > solve this problem by us

Re: [PHP] How to do pass on information...

2002-09-07 Thread Brad Bonkoski
from the drop down list. -Brad Chuck PUP Payne wrote: > Hi, > > I would like to know if there is a way that I can pass on an information > from a pull down menu into a sql query. Right now I have to right a PHP page > for each piece I am wanting to pass on. Example I have a movie dat

Re: [PHP] Calling info from mySQL inside flash

2002-09-08 Thread Brad Bonkoski
How about giving this page a look over: http://www.macromedia.com/desdev/topics/php.html Here's an article especially for using PHP and MySQL with Flash MX http://www.macromedia.com/desdev/mx/flash/articles/flashmx_php.html HTH -Brad "Thomas Edison Jr." wrote: > > I h

Re: [PHP] turn register_globals on

2002-09-08 Thread Brad Bonkoski
I think it is a global configuration setting, so it would not be possible to turn it off for an individual script. Just use the $_SERVER['variable_name'] -Brad Anup wrote: > > Hello I am working on a PHP server which has register_globals off. In my > script is there a

Re: [PHP] Troubles Inserting into MYSQL

2002-09-08 Thread Brad Bonkoski
ow_num','$last_update')", $sql4) or print mysql_error(); } You need the '(' and ')' in your query to group VALUES (And what's with all the escaping with '\'? They don't appear to be needed and make it look very cluttered

Re: [PHP] Re: turn register_globals on

2002-09-08 Thread Brad Bonkoski
e to "Off" in php.ini does. So, is this allowable to set in user scripts? Or is the dosumentation correct in saying it cannot? -Brad Jome wrote: > > > Hello I am working on a PHP server which has register_globals off. In my > > script is there anyway to turn it on, just

Re: [PHP] installing php-4.2.3

2002-09-11 Thread Brad Bonkoski
unzip that and cd into it and read the INSTALL file tar -xzvf php-4.2.3.tar.gz cd php-4.2.3 less INSTALL HTH -Brad Anil Garg wrote: > > hi, > > i am a newbie to php... > i have downloaded php-4.2.3.tar.gz from http://www.php.net/downloads.php > can someone please poi

Re: [PHP] Re: Extracting Numbers from a string.

2002-09-11 Thread Brad Bonkoski
pplend it to another variable, which at the end would have strictly the numbers... That would be my initial approach, but I'm sure there are many,many others... -Brad M1tch wrote: > > it doesn't use ereg, but it (should) would work: > > $mystring = "I have $56.55 dollars,

Re: [PHP] fopen()

2002-09-19 Thread Brad Bonkoski
I would say that is the best way, or if you have other information there, write to abother directory that is owned by "apache" -Brad Donahue Ben wrote: > I have a php script that tries to write files in a > particular directory. When the script writes files > the ownershi

Re: [PHP] Editor

2002-09-21 Thread Brad Bonkoski
I like textpad, because it will write files in a Unix friendly way, i.e. none of that annoying ^M at the end of lines! :-) Bryan McLemore wrote: > Hi guys, just wondering if anyone could recomend a good editor that is based on >windows. Thanks, Bryan -- PHP General Mailing List (http://www

[PHP] Displaying full array contents

2002-09-26 Thread Brad Harriger
; } next($myArr); } This code only echoes one dimension of a multi-dimension array. I can't find a way to reliably store more than that. Any suggestions? Thanks in advance, Brad -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Displaying full array contents

2002-09-26 Thread Brad Harriger
Debbie, Yes. I could use recursion, but what's really hanging me up is keeping track of how deep into an array I am. It should be fairly simple, but I seem to be having a brain freeze. Brad Debbie_dyer wrote: > You could use recursion example:- > > function p

Re: [PHP] Encrypted MySQL passwords

2002-09-26 Thread Brad Bonkoski
Since it is the same every time it is like doing string compares on the same encrypted value so it authenticates, of course this is also the vulnerability of md5. I suppose that with cracking software and time, someone could get it, but it also might be better then sending it in the clear. -

[PHP] Re: Displaying full array contents

2002-09-27 Thread Brad Harriger
OK. Now I have something I can work with. Thanks everyone. Brad Brad Harriger wrote: > I'm trying to write a function that will display the full contents of an > array. If one of the keys contains a value that is an array, the full > array (all indices) should be shown. >

Re: [PHP] Assigning data to fields

2002-09-27 Thread Brad Bonkoski
I think this should be a good reference for you: http://www.php.net/manual/en/function.mysql-fetch-array.php HTH -Brad Ken wrote: > I am kind of new to PHP. I know how to use a select statement and a query to > get data out of a table in MySQL, but how do I assign those fields to >

[PHP] PHP Session register variable not always restored with contents

2002-09-30 Thread Brad Hanson
I have been trying to save a variable using PHP sessions. What I find is that while most of the time the variable content is restored and available on the subsequent pages, however there are times that the variable seems to be there but the contents are not. If I hit the browser refresh a couple

Re: [PHP] vulnerabilities??

2002-09-30 Thread Brad Bonkoski
Is there such a thing of a software package with no vulnerabilities and/or bugs?? (Windows perhaps :-) The advantage to apache/php is the ability to quickly address those problems once found. -Brad Steve Keller wrote: > At 9/30/2002 06:17 PM, you wrote: > > >Is there any versio

Re: [PHP] document_root

2002-10-01 Thread Brad Bonkoski
document_root is the root path to the webserver. Check out: http://www.php.net/manual/en/function.getcwd.php HTH -Brad Tony Crockford wrote: > Hi > > what exactly does document_root do? > > Does it give to path to the file from the server root? > > or does it give the pa

Re: [PHP] Freeze a MySQL field?

2002-10-01 Thread Brad Bonkoski
se with another user and grant the "web user" only select permissions on it. -Brad "John W. Holmes" wrote: > > Hi, is it possible to make a certain field in a table or row, so that > the > > content is uneditable after insertion? > > What does this have t

Re: [PHP] php question

2002-10-01 Thread Brad Bonkoski
here: http://www.php.net/manual/en/faq.general.php#faq.general.what -Brad "John W. Holmes" wrote: > > I am trying to understand in deatil exactly what PHP is, I know that > it is > > a > > scripting markup type language, but. > > > > Is it correct to

Re: [PHP] document_root

2002-10-01 Thread Brad Bonkoski
I think: string getcwd ( void) would do the trick. (dirname() requires that you know the path of a file and want to extract just the directory path) -Brad "John W. Holmes" wrote: > OK. My bad. That's why I see DOCUMENT_ROOT on sourceforge is /var/www/, > while my scripts

[PHP] PHP5

2002-10-01 Thread Brad Bonkoski
Hello... Don't know if this has been discussed but I saw a book on PHP5 listed on Amazon, saying that PHP5 would be released in the fall of 2002? Was wondering if there has been any information posted about this? -Brad -- PHP General Mailing List (http://www.php.net/) To unsubscribe,

Re: [PHP] PHP version

2002-10-01 Thread Brad Bonkoski
perhaps glean it from the SERVER_SOFTWARE variable? -Brad Alex Shi wrote: > Is there any way to report PHP version? > > -- > --- > TrafficBuilder Network: > http://www.bestadv.net/index.cfm?ref=7029 > > -- > PHP General Mailing List (http://www

Re: [PHP] PHP version

2002-10-01 Thread Brad Bonkoski
Sorry... I think: http://www.php.net/manual/en/function.phpversion.php will be more inline with what you want... -Brad Alex Shi wrote: > Is there any way to report PHP version? > > -- > --- > TrafficBuilder Network: > http://www.bestadv.net/

Re: [PHP] Re: inputbox?

2002-10-01 Thread Brad Bonkoski
ut, I know there are code repositories sitting out there in cyber-space that will have at least something to start off of. -Brad Justin French wrote: > I don't understand. Twice. > > Tell us what you need, slowly and clearly. > > Justin French > > on 02/10/02 10:35 AM, Je

[PHP] Setting date fields in mysql queries

2002-10-02 Thread Brad Harriger
TRUE each time, but the field is not updated. The only explanation I can think of is that there is something wrong with the date value. I've echoed it to the screen and it looks fine, but the query still doesn't work. Any suggestions? Thanks in advance, Brad -- PHP General Ma

Re: [PHP] Setting date fields in mysql queries

2002-10-03 Thread Brad Harriger
ted date read from a text field on a form on >> the previous page. When I run the query using mysql_query, it returns >> TRUE each time, but the field is not updated. The only explanation I >> can think of is that there is something wrong with the date value. >> I

Re: [PHP] MAIL taking 60 seconds to send... (too long)

2002-10-07 Thread Brad Pauly
Maybe your /etc/hosts file. What does you maillog say? # tail /var/log/maillog Brad On Mon, 2002-10-07 at 10:52, @ Edwin wrote: > Hello, > > Perhaps, a DNS setting problem? > > - E > > On Tuesday, October 08, 2002 1:25 AM > Negretti, John (CCI-San Diego) wrote: &

RE: [PHP] Chat with php

2002-10-07 Thread Brad Dameron
Another way is to use javascript with PHP to pull the database every so many seconds. I have seen this in I think it was PHPChat. Been a long time however. --- Brad Dameron Network Account Executive TSCNet Inc

[PHP] ZE2 nested classes question

2002-10-08 Thread Brad Bulger
Question about a change coming in PHP 5 / ZendEngine2 : I'm not clear on exactly why you would want to nest class definitions, especially if the proposed change to namespace handling goes away - i.e. you still have to do $this->otherclassfunc() inside a class function, instead of just otherclassf

Re: [PHP] Encrypting passwords in a flat file before import

2002-10-09 Thread Brad Bonkoski
ro so. So, it's more important to protect the actual SOURCE then the information stored in the source. Of course this is a debate that coudl go on forever, when does hardware encryption rule all? -Brad "SHEETS,JASON (HP-Boise,ex1)" wrote: > Storing passwords in MD5 or another ha

Re: [PHP] upgrade problems

2002-10-11 Thread Brad Bonkoski
This should be a FAQ! I would say it would point to register globals being turned off in php.ini for the newer versions of php. check this pages for more information: http://www.php.net/manual/en/security.registerglobals.php -Brad abw wrote: > This week we upgraded our solaris 8 server us

Re: [PHP] An small SQL problem

2002-10-12 Thread Brad Bulger
what database are you using? because the answer is different, depending. on postgres, for example, which supports subselects, you can do select * from TableA where FieldA1 not in (select FieldB2 from TableB) with mysql, there are no subselects, so you'd have to do something like select TableA

Re: [PHP] upgrade problems

2002-10-12 Thread Brad Bonkoski
scope. For example, to get DOCUMENT_ROOT you'll use $_SERVER['DOCUMENT_ROOT'] instead of $DOCUMENT_ROOT, or $_GET['id'] from the URL http://www.example.com/test.php?id=3 instead of $id, or $_ENV['HOME'] instead of $HOME. Brad Bonkoski wrote: > This should

Re: [PHP] Re: upgrade problems

2002-10-12 Thread Brad Bonkoski
will have more control over what your variables are set to. Just some food for thought... -Brad abw wrote: > Thanks Brad! Dead on! > > Unfortunately, after the upgrade, the old php.ini was not saved, so I > couldn't compare what the former employee changed in there. I turned

Re: [PHP] Pass vars in URL

2002-10-14 Thread Brad Bonkoski
How about a code snippet of how you are retrieving the variable? -Brad Gary wrote: > Hello, > My host has upgraded to 4.2 but still uses the old ini setting. I am > trying to rewrite my scripts so when the day comes for my host to make > the change I will be ready. Everything ha

RE: [PHP] php mail()

2002-10-14 Thread Brad Dameron
now how to correct it so that it sends the bounces to the person sending it? This is on a virtual host machine with hundreds of domains. Thank you, --- Brad Dameron Network Account Executive

RE: [PHP] php mail()

2002-10-14 Thread Brad Dameron
This is being done. And no that is not how sendmail works unfortunately. --- Brad Dameron Network Account Executive TSCNet Inc. www.tscnet.com

Re: [PHP] Pass vars in URL

2002-10-14 Thread Brad Bonkoski
probably register globals is turned off in php.ini for the new PHP version instead of: echo $id; -try- echo $_SERVER['id']; -Brad Gary wrote: > There is not real code to catch it. It is passed to a hidden field in a > form, echoing the id number and then a query based on

Re: [PHP] passing mysql_error() out put to a different page?

2002-10-14 Thread Brad Bonkoski
variable to another page? ...spark any additional ideas?? -Brad Peter Houchin wrote: > howdy, > > I have a page that I want to control the errors etc for a site, now what I > want is to perform a query on one page but if there's an error it opens a > different page with the

Re: [PHP] passing mysql_error() out put to a different page?

2002-10-15 Thread Brad Bonkoski
what I _believe_ die() looks at /* or at least this is what the manual says the function returns on a query error */ { $error = mysql_error(); Header("Location: logerror.php?op=insert_error&err_value=$error"); } // else continue as normal HTH -Brad Peter Houchin wrote:

Re: [PHP] PhpMyAdmin Help Needed

2002-10-16 Thread Brad Bonkoski
sounds like an apache config problem to me, if it is not even getting there... perhaps you should check the httpd.conf file to look into the UserDir settings to make sure the path is a web accessible path. -Brad Pushpinder Singh Garcha wrote: > Hi > > I am wanting to use PhpMyAdm

[PHP] Alt tags in rollover buttons

2002-10-17 Thread Brad Harriger
Is there any way to create ALT tags in secondary nav bars with rollover images? (NOF 7) Thanks in advance, Brad -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Looking for an open source PHP editor on linux

2002-10-25 Thread Brad Pauly
I think Glimmer is pretty good. http://glimmer.sourceforge.net/ Brad On Fri, 2002-10-25 at 07:49, Maxim Maletsky wrote: > > VIM :) > > > > -- > Maxim Maletsky > [EMAIL PROTECTED] > > > www.PHPBeginner.com // PHP for Beginners > www.maxim.cx

Re: [PHP] Firewall Question

2002-11-05 Thread Brad Bonkoski
I would say, it depends on your configuration. See if you can get this info from you configuration file, if not, fire up the server and run 'netstat -pna | more' and see if that tells you what port you are trying to use. HTH -Brad Stephen wrote: > This isn't exactly PHP

[PHP] php header function...

2002-11-08 Thread Brad Apps
Hey, Got a problem using the header function on a file upload page to redirect the user back to a web page. Here's the code: #!/usr/bin/php -q http://www.webfusion.net.au...";); else print("Error"); Any ideas on how i would get this to work. The error which shows is Warning:

[PHP] Looping through formfields...

2002-11-09 Thread Brad Apps
Hey Guys, Can anyone please point me to any URLs or give me some code which will loop through form fields and delete the particular file which is passed from the form. The user will click a checkbox next to each file needed deleting and we must perform a unlink() to each file. Thanks. -- PHP

Re: [PHP] re: W3C and PHP

2002-11-09 Thread Brad Thomas
Alternatively, you could set php.ini to use the semi-colon (;) to seperate arguments. HTH Brad "Rasmus Lerdorf" <[EMAIL PROTECTED]> wrote in message news:Pine.LNX.4.44.0211082246320.2586-10@;www.lerdorf.com... > and in your php.ini file add: > > arg_separator.outpu

RE: [PHP] zend studio (erro)

2002-11-11 Thread Brad Young
e function mssql_connect() is not a core php function, so the local debugger doesn't recognize it. All you have to do is use the server debugger, where you have all the php extension modules actually installed. Brad >-Original Message- >From: dark rotter [mailto:darkrotter@;yah

[PHP] fsockopen() to ssl port gets protocol error

2002-11-12 Thread Brad Bulger
i'm doing a POST to an https server using fsockopen(). after doing the writes, i do fread($fp, 4096) until feof($fp) returns true. this seems to work fine, except that i get an SSL protocol error on the last read. can anybody with a better understanding of this give me an idea why that's happenin

[PHP] _POST incorrect output...

2002-11-13 Thread Brad Apps
Hey Again, I am doing the output from a _POST array and it seems to replace all spaces and '.'s in the file names with '_'. so a file name brads doc.htm outputs as brads_doc_htm. Any suggestions, PLEASE. Thanks. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http:/

[PHP] File download/upload

2002-06-11 Thread Brad Wright
Hello, Can anyone point me towards a tute (or any info) about using php to upload and download medium size (~500k-1meg) files into a mySQL database (as blob's i assume). Cheers, Brad Nel vino la verità, nella birra la forza, nell'acqua

Re: [PHP] Store/Retrieve Word Documents in MySQL/PHP?

2002-06-11 Thread Brad McCrorey
le it near the local copy of the php manual and the websafe palette. =) Cheers, Brad Miguel Cruz wrote: >On Tue, 11 Jun 2002, Håkan Askengren wrote: > > >>I have managed to load images to database through php, but what about other >>file types as MS Word (yes I dare to

Re: [PHP] Store/Retrieve Word Documents in MySQL/PHP?

2002-06-11 Thread Brad McCrorey
Aha! Nice one. thanks for that! Miguel Cruz wrote: >I usually just grep through the one that comes with Apache; it's fairly >thorough. You might find it in /usr/local/apache/conf/mime.types > >miguel > >On Wed, 12 Jun 2002, Brad McCrorey wrote: > > >>This

[PHP] embeding media from DB

2002-06-12 Thread Brad Wright
Hi all, I have been able to upload a wav file to a mxSQl db using PHP script. Wanted to be able to get that wav file from the db and embed it into a web page using the default media player to play it. Can anyone help??? Cheers, Brad Nel vino la verità, nella birra la forza, nell'

Re: [PHP] embeding media from DB

2002-06-12 Thread Brad Wright
Sorry... that should be mySQL database Cheers, Brad Nel vino la verità, nella birra la forza, nell'acqua i bacilli -- In wine there is truth, in beer there is strenght, in water there are bacteria > From: Bra

[PHP] embedded media from DB

2002-06-12 Thread Brad Wright
correct (ie the tags etc are done correctly). Any help is greatly appreciated Cheers, Brad Nel vino la verità, nella birra la forza, nell'acqua i bacilli -- In wine there is truth, in beer there is strenght, in water t

[PHP] One more 'Headers Already Sent' error. :-(

2002-06-25 Thread Brad Melendy
'ON' in the php.ini file, but I'd like to try to make this work the 'right' way rather than cut corners and just make the server work for my code, instead of making my code work for the server. ;-) Thanks very much for any input. ...Brad -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Re: One more 'Headers Already Sent' error. :-(

2002-06-26 Thread Brad Melendy
what the browser sees as output. Thanks again. ...Brad "John Holmes" <[EMAIL PROTECTED]> wrote in message news:000f01c21cbd$7f49e0e0$b402a8c0@mango... > Sorry if I was a little rude. The thing to remember that anything > outside of a is considered output, even if it's

Re: [PHP] Re: One more 'Headers Already Sent' error. :-(

2002-06-26 Thread Brad Melendy
' and then it was trying to output again later in the header() function. By moving my include statement outside the in the intial section of code, it wasn't providing the output until after my header() function had completed and there wasn't an issue anymore. Thanks for your help.

[PHP] Usiing FOREACH to loop through Array

2002-06-29 Thread Brad Melendy
MySQL-Front) so I suspect I'm doing something stupid in my foreach loop. I'm hoping someone will spot my dumb mistake. Thanks very much for any help at all on this. Brad -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Usiing FOREACH to loop through Array

2002-06-29 Thread Brad Melendy
array. Anyway, I'm going to revisit the mysql_fetch_array function right now. Thanks for your help, it is greatly appreciated. ...Brad "Steve Edberg" <[EMAIL PROTECTED]> wrote in message news:p05100300b943f2a7feef@[168.150.239.37]... > At 3:27 PM -0700 6/29/02, Brad Mele

Re: [PHP] Usiing FOREACH to loop through Array

2002-06-29 Thread Brad Melendy
ce to help someone else next time. :-) "Steve Edberg" <[EMAIL PROTECTED]> wrote in message news:p05100300b943f2a7feef@[168.150.239.37]... > At 3:27 PM -0700 6/29/02, Brad Melendy wrote: > >Hi All, > >I've stumped myself here. In a nutshell, I have a function tha

[PHP] Detecting network connections

2002-07-15 Thread Brad Harriger
Is there any way I can set up a php script so that it will detect the login of the current Netware user on a PC and use that user's information to customize a greeting for the user? Thanks, Brad -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.ph

[PHP] Debugging LDAP_connect problems

2002-07-17 Thread Brad Harriger
. Any suggestions would be apprecieated. Thanks in advance, Brad -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] session_unregister question

2002-07-18 Thread Brad Wright
variables in the session? Cheers, Brad Nel vino la verità, nella birra la forza, nell'acqua i bacilli -- In wine there is truth, in beer there is strenght, in water there are bacteria -- PHP General Mai

<    1   2   3   4   5   6   7   8   >