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.

~2K People Reached
Interests
Coding
PC Specs
Core 2 Duo E7500 4GB KingMax RAM 250GTS nVidia Windows 7 Ultimate x64 bit
Member Avatar for drelix01

Hello guys, I made a simple program that Add, Saves, Edit & Retrieves Data from a MS Access DB... Dim arrImage() As Byte Dim strImage As String If Not IsNothing(Me.ImageBox.Image) Then Me.ImageBox.Image.Save(myMs, Me.ImageBox.Image.RawFormat) arrImage = myMs.GetBuffer strImage = "?" Else arrImage = Nothing strImage = "NULL" End If myqry = …

Member Avatar for Maligui
0
1K
Member Avatar for drelix01

Hello guys! I wan't to know how to make this: http://img254.imageshack.us/img254/2629/howt.jpg I made a code that creates a new txt file and "Adds a New Line at the Bottom", but i don't know how to make a code that adds a new line in a specific area, like that in …

Member Avatar for JGorard159
0
176
Member Avatar for drelix01

I am having problem on this code of mine, I made a short javascript pop-up notice everytime a user logs a incorrect password or a correct pass, and when I typed the correct username and password, it is still invalid but when i delete these codes: [CODE]session_register('myusername'); session_register('mypassword'); $_SESSION['myusername']==$myusername;[/CODE] it …

Member Avatar for rajeevphp2011
0
148
Member Avatar for drelix01

I have this weird problem in my PC that I am encountering, last week, my PC runs fine, everything is a charm, then suddenly when I powered up my PC this Tuesday, then waited and when I was on the Desktop for a few seconds, it suddenly restarts without warning, …

Member Avatar for drelix01
0
183
Member Avatar for drelix01

I have a Simple file browser on my php, and everytime I enter Open index.php file in my localhost, the file appears, but when I upload them in my server, the file cannot be seen, I made all the file permissions to 777 and still no luck... I think i …

Member Avatar for drelix01
0
115
Member Avatar for drelix01

I want to make a submit form that validates first through a .txt file then if validation is OK then I will send it.. for example I have a Submit form, and I will type on the form a number 50, then i have a number 50 on my .txt …

0
54
Member Avatar for drelix01

Every first time I create a .txt on my server using a Form, it writes like a charm, but when I add a new line in the .txt using also the Form, and view the .txt from a simple file browser made by PHPToys the new line in the .txt …

Member Avatar for cereal
0
119