[PHP-DB] Re: Databases, PHP and SOAP

2004-12-15 Thread Joel Haasnoot
Hi, I am planning / developing a php-based real-time meeting package and was wondering the following: Which is more efficient: using a SOAP message to send data from a database to the client or connecting directly to the database through the client PHP page? Thanks, Joel -- PHP Database Mailing

[PHP-DB] Re: Listing Tables

2003-03-15 Thread Joel Colombo
http://us2.php.net/manual/en/function.mysql-list-tables.php http://us2.php.net/manual/en/function.mysql-list-fields.php you should really check the manuals before posting... they are built right in... Joel "Shaun" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] &

[PHP-DB] Re: Cropped Text

2003-03-12 Thread Joel Colombo
i believe u mean the dictionary term. not PHP function. "Truncating" Joel "Dallas Freeman" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > I dunno what it is called so that is why I am asking, so that I can > search the web about it. > What do y

[PHP-DB] Re: some php and database questions!

2003-03-12 Thread Joel Colombo
he past there are all kinds of possiblities. That should be it for the DB structure. if you are interested in my basic design there. drop me a private Email for some more. if not good luck, sounds like a cool project. Joel Colombo [EMAIL PROTECTED] Webdevil Studios Buffalo,

[PHP-DB] Re: MySQL JOIN problem

2003-03-11 Thread Joel Colombo
little to get values that also have a '2' and not a 0. Joel "Rob Day" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > I'm having trouble getting the results I want. The database deals with > libraries and reports they've submitted. Here are

[PHP-DB] Re: explode string variable

2003-03-08 Thread Joel Colombo
or just : $word = "James-Martin-Smith" $word_break = Array(); $first_dash = strpos($word, '-'); if ($first_dash !== false) { $word_break[0] = substr($word,0,$first_dash+1); $word_break[1] = substr($word,$first_dash+1,strlen($word)); } "André Sannerholt" <[EMAIL PROTECTED]> wrote in

[PHP-DB] Re: Array & loops

2003-03-06 Thread Joel Colombo
m] as $date_done) { echo "1. $description : $date_done"; } } That should do all that u want It will list all exam times that meet your search. Joel Colombo "Robin Sanchez" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > I am creating a r

[PHP-DB] Re: Storing browser stats

2003-03-06 Thread Joel Colombo
(useragent_name) VALUES (\"$browser\")"; mysql_query($sql, $link_id); Simple as that Joel Colombo "Bruce Levick" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] Is there a method for storing each users browser stats within a database table. S

[PHP-DB] Re: Help with a query

2003-03-04 Thread Joel Colombo
d' i guess u could give it a try. just a simple 2 table join. i may not have the fields and order in place but try it Joel Colombo "Jonathan Villa" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > > I can't figure this query out. > > I want to

[PHP-DB] Red Hat 8 fresh install - postgres and PHP

2003-02-12 Thread Joel Lopez
Hi, I have been trying to get postgres to work with php on my freshly installed system. You can see my info at: http://134.173.134.141/phpinfo.php I think it's ready for postgres. Are there any initial steps that must be taken to prepare the db? Thanks, Joel -- PHP Database Mailing

[PHP-DB] Re: Auto Increment Problems....

2002-07-30 Thread Joel Boonstra
if you're counting rows just to find out what the next value for an ID is, then, as you already said, you're doing the wrong thing. Joel -- [ joel boonstra | [EMAIL PROTECTED] ] -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DB] need for mysql row combination.

2002-07-24 Thread Joel Colombo
;]; echo "$name"; } while ( $row=mysql_fetch_array($result2)) { $name = $row['name']; echo "$name"; } while ( $row=mysql_fetch_array($result3)) { $name = $row['name']; echo "$name"; } probably aint possible or more resource overhead

Re: [PHP-DB] Adding up the RESULT

2002-04-17 Thread Joel Colombo
ok i thought the SUM only worked with GROUP BY shit... that makes me feel stupid but smarter now thanx Joel "Jason Wong" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED]... > On Thursday 18 April 2002 00:08, Joel Colombo wrote: > > i was wonde

[PHP-DB] Using PHP with filemaker?

2001-09-10 Thread joel
abases.php Has anyone been able to do this? Or could you point me in the right direction for some tutorials or assistance. Joel Mills Newcastle College -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PRO

Re: [PHP-DB] How to keep selection on radio buttons when the form is refreshed?

2001-04-25 Thread Joel Gilbert
Hi, If you want to keep the selection, use the value of the form radio buttons to determine whether the button is selected or not. One way to do it is: "; ?> This will check if the radio button has been selected, and if so it adds the "CHECKED" keyword to the radio tag. You can do similar thin

Re: [PHP-DB] php with mysql or interbase?

2001-04-17 Thread joel
Noble titled: MySQL/PHP Database Applications. The documentation for interbase is not so well supported probably because it is more new to open source. Joel At 03:18 PM 4/17/01 -0400, you wrote: >[In a deadpan voice...] Oh, what a fascinating twist. > >http://marc.theaimsgroup.com/?l=

[PHP-DB] php with mysql or interebase?

2001-04-17 Thread joel
I'm trying to decide whether to use interbase or mysql with php. Both are free and both have a php api. So with is better to use with php? Or does it matter? [EMAIL PROTECTED] -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands,