Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
0% Quality Score
Upvotes Received
0
Posts with Upvotes
0
Upvoting Members
0
Downvotes Received
1
Posts with Downvotes
1
Downvoting Members
1
0 Endorsements
~23.0K People Reached
About Me

Web Developer for Adirondack Area Network

Favorite Tags
Member Avatar for sickly_man

This is probably a stupid question, but I am new to this stuff and need some help. I have a form with a text box and a submit button, and I want to pass the user-entered contents of the text box to a php variable ($size) when the user clicks …

Member Avatar for Squiva
0
17K
Member Avatar for sickly_man

hello all. i am writing a php / mysql script that does various things, but in addition to those things i need it to get the username of whoever is using the front end. any help is greatly appreciated! also i can post some code snippets if you want a …

Member Avatar for blex41
0
131
Member Avatar for mayo_tech11

hi guys!!.. this thread is for everybody who want to suggest book titles that they enjoyed reading and loved, we can also talk about anything about books..:)

Member Avatar for techbound
0
2K
Member Avatar for sickly_man

hello everybody. the project im working on asks me to propmt the user once to change the background color and once to change the foreground (text) color. right now my program prompts the user...but not with the message i have in the data segment...it spits out some unattractive code. could …

0
211
Member Avatar for sickly_man

hey everybody. i've got what might be a simple question about return values of subroutines in assembly. okay here goes. say i've got a subroutine that under normal conditions will do a normal return (RET), and under one condition will return zero (RET 0). so now back in main after …

Member Avatar for sickly_man
0
132
Member Avatar for Lardmeister

You know that our government's answer to any problem is to attach a label. Just look at your next bottle of beer, wine or stuffed pillow. The latest news item is a complaint by the association of blind people, that their constituents have a hard time hearing those Hybrid Cars …

Member Avatar for GrimJack
1
412
Member Avatar for Dani

Minigolfing the other night left me nostalgic for all of the grandeose courses I used to play on family vacations in Florida and Cape Cod. Among my favorites were Pirates Cove (both the ones in [URL="http://www.piratescove.net/location/9"]Cape Cod [/URL]and [URL="http://www.piratescove.net/location/5"]Florida[/URL]) along with Storyland Golf, Lightning Falls, and Thunder Falls, all in …

Member Avatar for jasimp
0
69
Member Avatar for sickly_man

whats up everybody? havent been on daniweb in a while. self-motivation like whut....until now. anyways ive got this script that makes an html form with 19 or so fields. its supposed to put the form info into a file (mediaRequest_log.txt). it gets this information by way of [code=perl] # get …

Member Avatar for KevinADC
0
120
Member Avatar for sickly_man
Member Avatar for sickly_man
0
82
Member Avatar for sickly_man

good morning everyone. i have pretty much correctly implemented a browsing function to look at table information 3 rows at a time. here's the problem: my front end builds the search query from user-entered information, so when i hit the "Next" button to see the next 3 rows that fit …

Member Avatar for sickly_man
0
114
Member Avatar for sickly_man

i've got a front end that upon the user entering criteria it displays the 1st 3 records that match that criteria. is there an easy, or somewhat easy way to display the next 3 records? and possibly even be able to go back browsing thru matching records in groups of …

Member Avatar for Ezzaral
0
80
Member Avatar for sickly_man

whats up everybody? im using the [U]Web Database Applications: with PHP and MySQL[/U] book and tried to modify their generic browse function to make a front-end that looks at a table 20 records at a time. suffice it to say, i can't get it to work. the function is in …

Member Avatar for Ezzaral
0
477
Member Avatar for sickly_man

i am opening a file using fopen() and that works fine. from there i want to print out the contents of the file....cant seem to get it to work. here's what i've tried so far. [code=php] $file = fopen("order_log_text.txt", "r+"); echo $file[0]; /*foreach ($file as $field) { echo $field; }*/ …

Member Avatar for spincycle
0
166
Member Avatar for sickly_man

Is it possible to retrieve one cell of data from a MySQL database? I need to put the ID from one row of a table into a php variable so that I can recall the correct row later on for editing purposes. If you know how to do this please …

Member Avatar for sickly_man
-1
2K