Thanx swirlee, i was thinking like in Delphi, where you need to call the stored procedure in the code!!!
Sorry for inconvenience!!!
Search found 14 matches
- Thu Oct 02, 2003 1:59 pm
- Forum: PHP coding => General
- Topic: Interbase procedure
- Replies: 2
- Views: 685
- Wed Oct 01, 2003 11:22 am
- Forum: PHP coding => General
- Topic: Interbase procedure
- Replies: 2
- Views: 685
Interbase procedure
Hi there!!
Anybody knows the function in php that execute a stored procedure in interbase database???
Thanks everybody! :wink:
Anybody knows the function in php that execute a stored procedure in interbase database???
Thanks everybody! :wink:
- Thu Feb 27, 2003 4:35 am
- Forum: mySQL & php coding
- Topic: Error message...
- Replies: 2
- Views: 1177
Thx!
Thanx Redcircle i found the error in the image variable.
- Wed Feb 26, 2003 12:01 pm
- Forum: mySQL & php coding
- Topic: Error message...
- Replies: 2
- Views: 1177
Error message...
Anybody knows what this mean??? Warning: mysql_query(): supplied argument is not a valid MySQL-Link resource in d:\wwwroot\web2\admin\portifolio\grava_portifolio.php on line 27 ps:- This is the sql: INSERT INTO portifolio (descricao_arq,link_arq,tipo_arq,img_arq) VALUES ($descricao,$link,$tipo,$uplo...
- Fri Feb 21, 2003 12:25 pm
- Forum: PHP General
- Topic: Header question.
- Replies: 1
- Views: 883
Header question.
The HEADER function uses GET method by default to bypass
between the pages. The question is: Can i change the method to POST for ride the parameters i need????
Thx!!
between the pages. The question is: Can i change the method to POST for ride the parameters i need????
Thx!!
- Fri Feb 21, 2003 11:02 am
- Forum: PHP coding => General
- Topic: Session error!
- Replies: 3
- Views: 1240
thx
I do it and works, Thanx!! :idea:
- Thu Feb 20, 2003 10:34 am
- Forum: PHP coding => General
- Topic: Session error!
- Replies: 3
- Views: 1240
Session error!
This is my script: if($row==0) //if no db return { echo"Theres not a user with this name..."; } else { if ($pass!=$fetch[0]) //if $pass <> db pass.... { echo"Wrong pass..."; } else // if all Ok... { session_start(); } } OK...When i run... Disaster!!! Warning: session_start() [function.session-start]...
- Wed Feb 19, 2003 4:44 am
- Forum: mySQL & php coding
- Topic: Images in table.
- Replies: 4
- Views: 1517
- Tue Feb 18, 2003 12:59 pm
- Forum: mySQL & php coding
- Topic: Images in table.
- Replies: 4
- Views: 1517
Thanx
Thanx. If i can make one more question, i know that i need to make the cell BINARY but what about the type???
- Tue Feb 18, 2003 5:56 am
- Forum: mySQL & php coding
- Topic: Images in table.
- Replies: 4
- Views: 1517
Images in table.
How can i put an image or executable file in a table??
:

- Mon Feb 10, 2003 10:16 am
- Forum: PHP coding => General
- Topic: splitting variables??
- Replies: 8
- Views: 2313
splitting
Hi, i use the 'split' function like this:
$image_name="image.gif";
$split_image=split('.',$image_name);
echo $split_image[0];
$image_name="image.gif";
$split_image=split('.',$image_name);
echo $split_image[0];
- Mon Feb 10, 2003 5:06 am
- Forum: PHP coding => General
- Topic: Generating $file with out the file extension
- Replies: 1
- Views: 1222
Split
What about SPLIT function??
i.e.
$arq="picture.jpg";
$split_file=split´('.',$arq);
echo $split_file[0];
i.e.
$arq="picture.jpg";
$split_file=split´('.',$arq);
echo $split_file[0];
- Mon Feb 10, 2003 4:15 am
- Forum: PHP coding => General
- Topic: Advanced php forms??
- Replies: 3
- Views: 1212
Where??
Show me where do you see the forms.
i don´t understand what you want to do.
:
i don´t understand what you want to do.

- Wed Nov 06, 2002 4:43 pm
- Forum: PHP coding => Mail
- Topic: Attach file to email
- Replies: 1
- Views: 2042
Attach file to email
how can i attach a file in the mail function??? 
