[PHP] PDFlib 6 and PHP 4.3.8/9

2004-10-21 Thread Brendan P. Caulfield
unable to find much in the groups to this point! Thanks in advance for the help. -brendan -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] dumb

2002-07-09 Thread Brendan P. Caulfield
this is dumb. can we just ignore this and move. we are all smart enough to block his posts. let's just do it and quit wasting all of our time and get back to doing what we do here. respectfully, -brendan -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http

Re: [PHP] storing data from multi-line text boxes into mysql

2002-07-08 Thread Brendan P. Caulfield
try nl2br() http://www.php.net/manual/en/function.nl2br.php -brendan I want to store user inputed data from a HTML multi-line text box into a mysql database. But unfortunately, it doesn't remember any of the hard returnsis there a painless why to do this? Thanks! -- PHP General

[PHP] Desperate!!!!!!! Resource id #24 - error???????????

2002-03-22 Thread brendan conroy
Hi guys, Thanks for reading this. I desperatley need help with this error. I just finished a huge project thats taken me months, my code works, but the code its attached to has an error. The project is due Monday and naturally enough the guy who wrote the code with the error is gone on

[PHP] Sooo close - please help

2002-03-22 Thread brendan conroy
Hi guys, Thanks for reading this. I desperatley need help with this error. I just finished a huge project thats taken me months, my code works, but the code it uses has an error. The project is due Monday and naturally enough the guy who wrote the code with the error is gone on holiday

[PHP] Novice question

2002-02-23 Thread brendan conroy
Hi, thanks for reading this, Im just going to say it cos i dont want to waste your time. Im looking for a really big favour here(cos I think it may take time to spot this, although it might only take five seconds to spot, but I dunno,the problem area of code is only four lines long), so dont

[PHP] novice question -- array_push($real[$i][$j],$s[$j]);????????

2002-02-20 Thread brendan conroy
Hi, thanks for reading this, Iam trying to push elements into a two dimentional array, but I cant find the proper syntax, I'd be grateful if someone could email me the proper method. Iam using the normal method, which worked fine for a one dimentional array, but when I use it for a two

[PHP] Novice Question

2002-02-18 Thread brendan conroy
submit as many inputs as they want from one page. Sorry if I've wasted your time, I'd be very grateful for any assisstance with this problem, thanks a million, Brendan html head titlenpage.php/title /head body bgcolor=#FF text=#00 p ?php $NoPols; ? ?php for($i=1 ;$i

[PHP] Novice question

2002-02-15 Thread brendan conroy
Hi,thanks for reading this! This problem has got me beat! I cant figure out how to insert a minus sign into each element in an array of strings. I keep getting the error that the first element in array_push has to be an array, no matter what method I've tried, and I cant think of any more! Im

[PHP] VERY novice question!

2002-02-14 Thread brendan conroy
Thanks for reading this! This is a really novice question but I cant find any info about this in the online manual. I would be grateful if someone could email me the PHP equivalent of the (AND) and ||(OR) operators which are used in C. I'am trying to write if statements like

[PHP] Convert a string to an array w/o spliting or exploding

2002-02-13 Thread brendan conroy
Hi, thanks for reading this novice question, I'd be grateful if someone could email me and tell me if its possible to convert a string to an array whithout using the split[] or explode[] function, as these aren't appropriate for the task. I cant find any ino on php.net, Thanks, Bren

[PHP] Novice question - Please Help

2002-01-30 Thread brendan conroy
Hi, thanks for reading this. Ive looked at every php site and cant find an answer, youre my last hope!(ok so its not that serious, but pretty close!). Could someone please email me and tell me how to split a string into different arrays and save what they were split on? Also I cant get the

[PHP] sockets ??

2001-12-19 Thread brendan
work out what the server is asking so i can respond in kind? (yes i have read the rfc ..) ?? cheers brendan ?php error_reporting (E_ALL); $port = '23'; $address = '202.14.186.30'; /* Create a TCP/IP socket. */ $socket = socket_create (AF_INET, SOCK_STREAM, 0); if ($socket 0) { echo

[PHP] socket read byte by byte

2001-12-19 Thread brendan
); } but with the socket??? entire code below. ... cheers brendan --- ?php SET BINARY CODES # function makeChr($loud=off){ for ($i = 0; $i 256; ++$i) { static $genNum; $genNum++; $bin_array[$genNum]=(chr($genNum

[PHP] telneting sockets help..

2001-12-18 Thread brendan
hi i have been trying to write a telnet client to a tn3270 IBM mainframe database ( pericles.ipaustralia.gov.au:23 ) using fsockopen ... i thought it wouldnt be that bad given i have done something similar with usenet .. however i cannot get it to work no matter what I do .. i just get a

Re: [PHP] telneting sockets help..

2001-12-18 Thread brendan
); to the end you get nothing.. ... herein lies my second sleepless day.. i have been tyring to use the sockets() functions which have been added.. but they are badly documented and extremely unfriendly.. how did you manage to interact with your telnet server? cheers brendan James Cox wrote: Hi, I

Re: [PHP] telneting sockets help..

2001-12-18 Thread brendan
ta lawrence .. did you get that to work on your server side?? if so maybe its a m$IIS problem (which i am forced to run off) .. because that code hangs here too cheers brendan Lawrence Sheed wrote: Have you tried setting socket blocking? Here's what I do... var $connection=0; $host

[PHP] Re: kancha [PHP] telneting sockets help..

2001-12-18 Thread brendan
a clue. --- brendan [EMAIL PROTECTED] wrote: hi i have been trying to write a telnet client to a tn3270 IBM mainframe database ( pericles.ipaustralia.gov.au:23 ) using fsockopen ... i thought it wouldnt be that bad given i have done something similar with usenet .. however i cannot get

[PHP] TN3270 socket

2001-12-17 Thread brendan
does anyone know of how or where I can find info on, accessing a IBM mainframe which uses the TN3270 protocol via a socket? TN3270 isnt ordinary telnet so I assume the existing telnet socket info isnt helpful ta brendan -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail

[PHP] TN3270?

2001-12-16 Thread brendan
does anyone know of how or where I can find info on, accessing a IBM mainframe which uses the TN3270 protocol via a socket? TN3270 isnt ordinary telnet so I assume the existing telnet socket info isnt helpful ta brendan -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail

[PHP] @#$@# Reg Expressions

2001-10-29 Thread brendan
love em.. right now I hate em.. can someone inform me why the below doesnt work? it is intended to strip out all the links in a page and return an array .. insanity is just starting to set in.. cheers $html =GETSITE($url); // and put in a new line break behind every anchor tag

[PHP] @#$@# Reg Expressions

2001-10-29 Thread brendan
thanks but it didnt work either .. ;) Matt Friedman wrote: Try putting a ? after your quantifier for non-greedy matching. Something like: $the_array=split(A (.*?)/A, $html,-1); Matt. - Original Message - From: brendan [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent

Re: [PHP] @#$@# Reg Expressions

2001-10-29 Thread brendan
or just split on them? i missed your original post. watch your caps as well... i'd use preg_split also jack -Original Message- From: brendan [mailto:[EMAIL PROTECTED]] Sent: Monday, October 29, 2001 9:59 PM To: [EMAIL PROTECTED] Subject: [PHP] @#$@# Reg Expressions thanks

Re: [PHP] @#$@# Reg Expressions

2001-10-29 Thread brendan
30, 2001 2:30 PM To: brendan; [EMAIL PROTECTED] Subject: RE: [PHP] @#$@# Reg Expressions brendan, please clarify: you're trying to strip out all links in the page that is between the a href and /a you're trying to strip out all links and return them? if so, split won't work.it splits

[PHP] lesson in NOT how to run your php website ...

2001-10-29 Thread brendan
I teach law at a university .. I also run the website here ... php with a mysql backend ... - I have been designing a client side administration tool which allows you to setup both the html input form to request from a database and format the way the results look and are returned ... so

Re: [PHP] @#$@# Reg Expressions

2001-10-29 Thread brendan
] @#$@# Reg Expressions On Tue, 30 Oct 2001 14:47, brendan wrote: mate you rock.. You can tell he's an Australian (on ya mate :-) -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact

Re: [PHP] @#$@# Reg Expressions

2001-10-29 Thread brendan
: On Tue, 30 Oct 2001 15:14, brendan wrote: or really bloody narky afgani's Martin Towell wrote: Off track - seems like the only ppl awake now are ozzies :) would I be right? No jokes about Tamanians or New South Welshmen though alright? -- PHP General Mailing List (http://www.php.net

[PHP] anyone know any good jokes about queenslanders?

2001-10-29 Thread brendan
2001 15:27, brendan wrote: Your too late for that .. recipie boy (aka speedboy) already had a go at us southerners I reckon you noreasterners are for it next .. Im working on finding out where he's from so we can make fun of his state .. Im working hard.. ill find out.. then the jokes'll

Re: [PHP] @#$@# Reg Expressions

2001-10-29 Thread brendan
hans up who else is procrastinating? ;) Martin Towell wrote: ARGH!! You, you, missed!! :/ -Original Message- From: Brad Hubbard [mailto:[EMAIL PROTECTED]] Sent: Tuesday, October 30, 2001 3:53 PM To: Martin Towell; [EMAIL PROTECTED] Subject: Re: [PHP] @#$@# Reg Expressions

[PHP] Re: [PHP-DB] PHP Getting Variables from String

2001-10-29 Thread brendan
Use the eval function $string=word1 word2 word3 word4); $string_array=explode( ,$string); for ($x=0;$xcount($string_array);$x++) { eval(\$var.$x.=\.$string_array[x].\;); } probably needs debugging ... Speedboy wrote: $string=These are some words I

[PHP] include() problem.

2001-10-23 Thread brendan
Hi, I have an issue with including a file accross my web server from a separate site on that server served on another port. - explanation my php website runs off IIS port :80 (unfortunately IIS is employers decision not mine ) - I have a web spider running off port : both

Re: [PHP] include() problem.

2001-10-23 Thread brendan
Uni runs solaris/unix faculty runs iis world of political pain and anguish.. view source brings up a blank screen .. ta brendan David Robley wrote: On Wed, 24 Oct 2001 08:03, brendan wrote: Hi, I have an issue with including a file accross my web server from a separate site

[PHP] URL Rewrite Problems...

2001-08-13 Thread Brendan P. Caulfield
. Is there something in the php.ini or at compile time which is enabling this. The problem ends up being that passwords are sent in plain text in the url! Help! Brendan _ Get your FREE download of MSN Explorer at http://explorer.msn.com/intl.asp

[PHP] nesting php

2001-04-27 Thread Brendan Caulfield
php and append the url with a variable, also using php. The variable is a username, therefore i need to use (urlencode()). Any ideas. Thanks, Brendan _ Start your day everyday with fellow Sigma Nu brothers. Visit http