Search Results

Showing results 1 to 29 of 29
Search took 0.01 seconds.
Search: Posts Made By: rcasinillo_s
Forum: PHP May 21st, 2006
Replies: 1
Views: 3,971
Posted By rcasinillo_s
Good day!

After upgrading my MySQL to version 5 becoming very slow what's wrong with this?

Please any could give advice how to optimise it.

Thank you.

Roland.
Forum: PHP Apr 8th, 2006
Replies: 3
Views: 2,501
Posted By rcasinillo_s
Here is what I did:
The below script is working, but only for a single query what I mean is, when im going to tick single row on my form. If i'm going to tick more than one row it will get only the...
Forum: PHP Apr 8th, 2006
Replies: 3
Views: 2,501
Posted By rcasinillo_s
I apologize for not posting clearly. I have 100 rows in my database table with 3 fields I retrieved them all and I print inside the form so that i can edit them directly.
Let say I selected 3 rows...
Forum: PHP Apr 5th, 2006
Replies: 3
Views: 2,501
Posted By rcasinillo_s
I retrieved data from database, output to a form thru loop after that iwant to change something and then i will send it back to the data base for update

here is the output datails so that you will...
Forum: PHP Mar 19th, 2006
Replies: 3
Views: 21,149
Posted By rcasinillo_s
Good day everybody! Could you help me on how to install mysqli extensiton in PHP ver 5?

Thank you in advance.

Regards to all,

Roland
Forum: PHP Mar 15th, 2006
Replies: 7
Views: 55,264
Posted By rcasinillo_s
Any could give me a PHP script on how to call or execute mysql stored procedure.

Thank you.

Roland
Forum: PHP Feb 20th, 2006
Replies: 19
Views: 73,899
Posted By rcasinillo_s
Okey, thinks for your advice, but how can I do that, are there any configuration to be done in the server, could you give me a script for this?

Thank you.

Roland
Forum: PHP Feb 20th, 2006
Replies: 19
Views: 73,899
Posted By rcasinillo_s
Good day everyone! Anybody could give me script for uploading or inserting image into database and how to retrieve it and print it to browser

Any help would be appreciated.

Thank you in...
Forum: PHP Feb 18th, 2006
Replies: 2
Views: 3,229
Posted By rcasinillo_s
Thanks very much! Okey I got it... Would mine to give a script example of uploading and printing on the browser?
Forum: PHP Feb 18th, 2006
Replies: 4
Views: 3,636
Posted By rcasinillo_s
paradox814
Junior Poster
Thanks for your help, but another error message comes up:
Warning: move_uploaded_file'/eort/www/httcs/nah/eng/Uploads/community.gif) [function.move-uploaded-file]:...
Forum: PHP Feb 18th, 2006
Replies: 2
Views: 3,229
Posted By rcasinillo_s
Anybody could help me how to configure database/table images in MySQL ?

Thanks.


Roland
Forum: PHP Feb 18th, 2006
Replies: 1
Views: 3,119
Posted By rcasinillo_s
Try this im sure it will work...
$sql="select * from escrow_user where user='$user' and pass='$pass' LIMIT 1";
Forum: PHP Jan 28th, 2006
Replies: 1
Views: 11,171
Posted By rcasinillo_s
Anybody could help me regarding this message "failed to create stream: HTTP wrapper does not support writeable connections"

I got this message when I'm trying to execute my upload script.
Forum: PHP Jan 25th, 2006
Replies: 4
Views: 3,636
Posted By rcasinillo_s
Good day!

Could you check this I got error messages:

Warning: chmod() [function.chmod]: No such file or directory in /eort/www/httcs/nah/eng/testing/upload.php on line 21

Warning:...
Forum: PHP Jan 25th, 2006
Replies: 2
Views: 1,563
Posted By rcasinillo_s
Thanks sfbell, thanks for your helpful information....
Forum: PHP Jan 23rd, 2006
Replies: 2
Views: 1,563
Posted By rcasinillo_s
Good day to you!

Is somebody could explain and give examples to me what are the functions of session in the page and what are the purpose of it?

I'm waiting for your detailed help...

Thank...
Forum: PHP Jan 23rd, 2006
Replies: 15
Views: 13,958
Posted By rcasinillo_s
Thank you Kulinh, you're right! My code is now working....

Thank you...Thank you...Thank you...

Roland
Forum: PHP Jan 23rd, 2006
Replies: 15
Views: 13,958
Posted By rcasinillo_s
Thanks Sarahk! excellent....

Roland
Forum: PHP Jan 23rd, 2006
Replies: 2
Views: 27,584
Posted By rcasinillo_s
Good day members!

Could somebody help me here, could modify it for me. There is an error in the syntax:

$query = "UPDATE jobs SET position = '$position1', description = '$description1' WHERE...
Forum: PHP Jan 21st, 2006
Replies: 15
Views: 13,958
Posted By rcasinillo_s
Thank you for your responsed, but still not working I'm thinking may be it conflicts with the session_start() that i have placed on the top of the page code. What do you think?

Or is there any...
Forum: PHP Jan 21st, 2006
Replies: 2
Views: 2,153
Posted By rcasinillo_s
im working on win xp with apache 2.0.55 ,php4
when i run the code
<html>
<head></head>
<body>
abcdefrr<br />

<?php
// print output
echo 'php code';
Forum: PHP Jan 21st, 2006
Replies: 15
Views: 13,958
Posted By rcasinillo_s
Good day!

Could somebody help me with this problem:
When i'm using header() to redirect page it giving me error message like this:
Warning: Cannot modify header information - headers already...
Forum: PHP Jan 21st, 2006
Replies: 3
Views: 1,313
Posted By rcasinillo_s
Good day digital-ether!

Thank you for your code it really helped to me.

I hope you don't be tired of helping those PHP begginers like me. I might ask your help again....

Thanks once again....
Forum: PHP Jan 16th, 2006
Replies: 3
Views: 2,239
Posted By rcasinillo_s
Your question is not clear... but
try this:

$query="SELECT * FROM table_name";
$result=mysql_query($result, $link);

while ($i++ < mysql_num_rows($result) && $rs = mysql_fetch_array($result)){...
Forum: PHP Jan 16th, 2006
Replies: 1
Views: 1,095
Posted By rcasinillo_s
Good day to all members!

Please help me :cry:

Anybody could help me or could give me a php code.
What I need is I want to put link on each data that I had retrieved through array from mySQL...
Forum: PHP Jan 16th, 2006
Replies: 3
Views: 1,313
Posted By rcasinillo_s
Good day to everyone! :D
Anybody could give step by step PHP code or explanation with examples of how to get the information to other page.
For example my main page is index.php inside of it I...
Forum: PHP Jan 15th, 2006
Replies: 7
Views: 2,009
Posted By rcasinillo_s
Good day to you Crest!

Try this site http://www.w3schools.com/php/default.asp it may help for you how to start PHP.

Good luck...

rcasinillo_s (Roland)
Forum: PHP Jan 15th, 2006
Replies: 0
Views: 3,053
Posted By rcasinillo_s
Good day to everyone!
Anybody could give step by step PHP code or explanation with examples of how to get the information to other page.
For example my main page is index.php inside of it I have...
Forum: PHP Jan 15th, 2006
Replies: 1
Views: 4,215
Posted By rcasinillo_s
Good day to all members!
Anybody could help me or could give me a php code.
What I need is I want to put link on each data that I had retrieved through array from mySQL database so that when I'm...
Showing results 1 to 29 of 29

 


About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC