Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~928 People Reached
About Me

Web Developer

Favorite Tags
Member Avatar for Fost

Hi All, I'm having a bit of an issue with a stored procedure I have written which encrypts a value using ENCRYPTBYPASSPHRASE and DECRYPTBYPASSPHRASE. The problem is these functions return Varbinary data types which I need to append to a Varchar data type. Can anyone help with being able to …

Member Avatar for buddylee17
0
137
Member Avatar for Fost

Hi Guys and girls, I'm doing some work with XML documents and one is stored behind a .htpasswd arrangement. I have a script which requests the xml docs using XMLReader. So the problem is the secure xml file, does anyone know of a way to access the file without going …

Member Avatar for Fost
0
203
Member Avatar for denxioz
Re: HELP

Can anyone help me find a best PHP tutorial site for newbies?

Member Avatar for ShawnCplus
0
84
Member Avatar for Solliweb

I created a database from a turorial, but gets the error message: Warning: mysql_fetch_assoc(): supplied argument is not a valid MySQL result resource in C:\wamp\www\addressbook\MysqlStep3HandleReadRecord.php on line 16 Part of the code is: [ICODE] $db_handle = mysql_connect($server, $user_name, $password); $db_found = mysql_select_db($database, $db_handle); if ($db_found) { $SQL = "SELECT*FROM tb_address_book"; …

Member Avatar for diafol
0
64
Member Avatar for Morrac

I am trying to create a page that has a form on it that will select a technician and then show his/her schedule in table for on the same page. The problem I am having is that when I click the select button it goes to a blank page. It …

Member Avatar for Fost
0
110
Member Avatar for kained

I have a websie I have been designing and the image float isn't working. It was fine with aliggn="right" on my system but on smaller screens with ie the image was n top of the writing. I have tried with theimage placed with in the text below and on top …

Member Avatar for buddylee17
0
135
Member Avatar for Fost

Hi guys, Im working on a bit of MySQL and was wondering if there is a way (without using php arrays or other) to search a table for a value (say 1) and return the rows which '1' wasnt found in. != wont work because the table contains more than …

Member Avatar for tesuji
0
93
Member Avatar for Fost

Hey people, Cheers for checkin this, its a pretty simple concept but theres a bug which is annoying me, any feedback is appreciated. Ive got a script which is used to assign username and password form inputs default values of "Username (E-mail)" and "Password" The problem is, the script changes …

Member Avatar for digital-ether
0
102