Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
100% Quality Score
Upvotes Received
1
Posts with Upvotes
1
Upvoting Members
1
Downvotes Received
0
Posts with Downvotes
0
Downvoting Members
0
0 Endorsements
~2K People Reached
Favorite Forums
Favorite Tags

6 Posted Topics

Member Avatar for Shuel

Hi All, I am having contsantly getting the following error: PHP Fatal error: Out of memory (allocated 4295491584) (tried to allocate 8589934593 bytes) the line its complaining about is as following hilighted in bold: [code]<?php $link = @sybase_connect('****', '***', '****') or die("Could not connect !"); echo "Connected successfully"; $sql = …

Member Avatar for mypaper
0
269
Member Avatar for Shuel

Hi, If anyone can help me with this would be very mych appreciated. My problem is I have a database full of users that has been built up over the years. The password field in the db is not been encrypted and the password is visible to all. I would …

Member Avatar for pritaeas
0
99
Member Avatar for nicolechuah

[QUOTE=nicolechuah;503517]i already solved the problem,thanks for all.[img]http://www.daniweb.com/forums/dani-images/smilies/sleek/qqb014.gif[/img][/QUOTE] Hi nicolechuah, Would be really good if you can tell us how you solved it. I am having a similar issue. Thanks Shuel

Member Avatar for Shuel
0
141
Member Avatar for Shuel

Hi I cant understand why I get the following error: "Notice: Undefined index: note in C:\wamp\www\addressbook\guesbook.php on line 20" The code I have is below: [CODE]<html><head><title>My Guestbook</title></head> <body> <h1>Welcome to my Guestbook</h1> <h2>Please write me a little note below</h2> <?php $me = $_SERVER['PHP_SELF']; ?> <form action="<?php echo $me; ?>" method="POST"> …

Member Avatar for Shuel
0
1K
Member Avatar for Shuel

Hi All, I have successfully intalled apache and php and they are both working fine. Does anyone know what I need to do to be able to connect to sybase database. All the online litterature tell me that I need to add sybase to the configure parameter list when installing …

Member Avatar for pritaeas
0
72
Member Avatar for Shuel

Hi, i have installed apache 2.2 and have installed php 5.2.9. The installation has taken place succssfully. However when I try to test my php script with a simple <? phpinfo(); ?> I dont get any output in my browser. I have looked throuh the folurms and have tried a …

Member Avatar for djjjozsi
0
128

The End.