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
Ranked #22.5K
~2K People Reached
About Me

CTO

Favorite Tags
Member Avatar for bob on whidbey

I'm using D2007 and trying to add a new, blank record to my Access database with code. The DB has a 'day' field and a 'event' field. All works fine when a record exists for the given day. I need to learn how to add a record to the file …

Member Avatar for waynera
0
127
Member Avatar for OmniX

I have been reading books and articles and I have seen various mysql functions (mysql_query, etc) being used inside php functions and those php functions be called everything the php programming requires a query, etc. So what do you think are the best practices, etc? Thanks, Regards X PS: I …

Member Avatar for nav33n
0
67
Member Avatar for rickstar123

Hi All, Im desperate to write a hex file in Delphi. Effectively I have a Decimal value, say 580 which I convert to Hex: 02 44 And I need to put this into a Hex file (multiple times) - 25000 times per file Each line in a similar hex file …

Member Avatar for Duoas
0
1K
Member Avatar for ishlux

Hi all, i have used this include function , but i am not getting proper output, the included files are one below the other i want it to be side by side, this is code i have written whats wrong with this code,? <html> <head> <style type="text/css"> table.one { table-layout: …

Member Avatar for GGAB
0
224
Member Avatar for allhimachal.com

hello i am export file in php to CSV with this code: [CODE] <?php header("Content-type: application/x-msdownload"); header("Content-Disposition: attachment; filename=extraction.csv"); header("Pragma: no-cache"); header("Expires: 0"); echo "allhimachal.com"; ?> [/CODE] How i can export the color of allhimachal.com is red and font is bold in CVS file. please help me.

Member Avatar for filippo.toso
0
71
Member Avatar for padma525

hi i have a simple form with 4 radio buttons in index.php . if the user selects any radio button and click on the submit button then he will downloaded the corresponding .swf file associated with that radio buttons in next page as download.php. what ever the option is selected …

Member Avatar for filippo.toso
0
117
Member Avatar for sara933

hi my friends Is there any way that can use "matlab"codes in php?I want to use some matlb codes to make some changes in a picture every time the page is reloded and then show it in web page. is there any way to use matlab in web pages? Best …

Member Avatar for filippo.toso
0
82
Member Avatar for dad45

I have borrowed code that I don't understand but it serves my purpose. The code saves Text data in a TFile, i.e. MyNewStuff.txt. I want to put it into a TSringlist pronto. Immediately after saving the TFile and closing same, is the data still in memory when I say "MyTStringlist.loadfromfile('MyNewStuff.txt');" …

Member Avatar for dad45
0
155
Member Avatar for mrcniceguy

I want to diplay comments and in each comment there will be a checkbox: Now is there anybody who can tell me how use them in php so that when i select forexample 5checkboxes containing comment each,i will be able to DELETE them All at the same time.?

Member Avatar for R0bb0b
0
89