Search found 9 matches

by mbesuma
Sat Nov 19, 2005 11:47 am
Forum: Databases
Topic: Calling MySql stored procedure
Replies: 12
Views: 776

Thanks Yj ... didnt think of that ,,, thanks.
by mbesuma
Fri Nov 18, 2005 2:45 pm
Forum: Databases
Topic: Calling MySql stored procedure
Replies: 12
Views: 776

Hey yj, got a small question of big proportions ... I have a small network at home. As I said earlier, Im running on Mandriva 2005 LE and it runs all my php files from /apache2/htdocs/*.php . Problem is, when I save the file on my text editor(kwrite), say input.php, there's another file input.php~ i...
by mbesuma
Fri Nov 18, 2005 2:37 am
Forum: Databases
Topic: Calling MySql stored procedure
Replies: 12
Views: 776

hey man ... thanks for that post. Helped filled in a lot of holes. Yes I have both running now. Thanks again.
by mbesuma
Thu Nov 17, 2005 8:15 pm
Forum: Databases
Topic: Calling MySql stored procedure
Replies: 12
Views: 776

Done and working ... Thanks.
by mbesuma
Thu Nov 17, 2005 5:12 pm
Forum: Databases
Topic: Calling MySql stored procedure
Replies: 12
Views: 776

I've hit a rock ... the installation manual Im using can only install either mysql_ or mysqli_ . If I chose mysqli_, am I going to face other problems? Or does mysqli_ have all mysql_ operations.
Waiting for a response. Thanks again.
by mbesuma
Thu Nov 17, 2005 4:54 pm
Forum: Databases
Topic: Calling MySql stored procedure
Replies: 12
Views: 776

thanks ... decided to re-install everything ... its taking time ... will post when Im done.
Any other ideas on how to input all those mysql select statements into $result ? (in the mean time :lol: )

Thanks again.
by mbesuma
Thu Nov 17, 2005 12:47 pm
Forum: Databases
Topic: Calling MySql stored procedure
Replies: 12
Views: 776

REVISED ... PLEASE READ THIS ONE

Hi all ... Thanks everah for your help. I believe my problem is with mysqli. As you can see Im still new at this. I made a serious mistake when typing out my first post. Below are the differences in the mysql procedure procedure my_proc(in id int) begin ... if ... then select 'this is both a sedan a...
by mbesuma
Thu Nov 17, 2005 3:30 am
Forum: Databases
Topic: Calling MySql stored procedure
Replies: 12
Views: 776

msqli vs mysql

I am running on Mandriva 2005 LE, php 5.0.5, apache 2.0.55, mysql 5.0.15 - all of which I am new to. I followed certain instructions made for installing php4-mysql4-apache2 (replacing php4 with php5 and mysql4 with mysql5). I am not getting any outputs when using mysqli. As soon as I change the mysq...
by mbesuma
Wed Nov 16, 2005 4:32 pm
Forum: Databases
Topic: Calling MySql stored procedure
Replies: 12
Views: 776

Calling MySql stored procedure

Hi all, Im a newbie. I have a database that has stored procedures outputing statements. Procedure Printer() begin ... if ... then select 'there is a problem with A'; elseif ... then select 'A is much bigger than B'; ... end if; if ... then select 'C is clear'; ... end if; end; I can see the outputs ...