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 #4K
Member Avatar for jencinas69

Is it possible to display a text box next to a cfselect upon selection in the cfselect. If someone selects an option from the dropdown I need a date type field to be display. Is this possible perhaps with coldfuision and ajax?

Member Avatar for paulkd
0
214
Member Avatar for jencinas69

Hello I need to do a php survey, I have php questionare but it does not support images. What I need to do is have users upload car pictures and then people to be able to vote on the cars to determine a winner. any advice from someone???? Than kyou

Member Avatar for almostbob
0
102
Member Avatar for MrMellow

Hi im new to the site and my question is why wont my php files display in my browser? I have 10 years exp with html but i turned my site over to a developer he put in php. Now when i go to upload my site to a different …

Member Avatar for almostbob
0
233
Member Avatar for jencinas69

I have this csv2xml.php file [code] <?php error_reporting(E_ALL ^ E_NOTICE); ini_set("display_errors", true); ini_set('memory_limit', '24M'); function csv2xml($file, $container = 'data') { $r = "<{$container}>\n"; $row = 0; $cols = 0; $titles = array(); $handle = @fopen($file, 'r'); if (!$handle) return $handle; while (($data = fgetcsv($handle, 1000, ',')) !== FALSE) { if …

Member Avatar for jencinas69
0
163
Member Avatar for maydhyam

Hello, I am trying to do an export from a table within a mysql database into a csv file where my parameters are a start date and end date...but I am experiencing a few problems... [U]Background:[/U] I have 2 files; testGCR.php and gcrFunction.php. testGCR.php has my form where the user …

Member Avatar for R0bb0b
0
1K
Member Avatar for jencinas69

I have this code [CODE] <?php error_reporting(E_ALL ^ E_NOTICE); ini_set("display_errors", true); $file = "pets_feed_" . date("Ymd") . ".txt";// - for yyyymmdd if (!file_exists($file)) touch($file); $fh = fopen($file, "r"); $fcontent = @fread($fh, filesize($file)); $towrite = "ID Category Description"."\n"; $fh22 = fopen($file, 'w+'); fwrite($fh22, $towrite . $fcontent ); fclose($fh); fclose($fh22); ?> [/CODE] …

0
105
Member Avatar for jencinas69

Hello I have a txt file with this content 456510 P115 JANDAY CONURE Very pretty, green/orange/blue, but keeps telling ME to shut up! $250/obo. 928-555-1212. I will like to now if its possible to write ID Category Description in top of the file like this ID Category Description 456510 P115 …

Member Avatar for jencinas69
0
217
Member Avatar for jencinas69

Hello I need to get data from a database and write the db dump to a server as txt file any ideas?

Member Avatar for jencinas69
0
105
Member Avatar for jencinas69

Hello I have a csv file which I am parsing into XML with this code : [code] <?php /** * Converts a CSV file to a simple XML file * * @param string $file * @param string $container * @param string $rows * @return string */ error_reporting(E_ALL ^ E_NOTICE); ini_set("display_errors", …

0
70
Member Avatar for jencinas69

I have this flash piece in my page [url]www.gamingtables.com.mx/index.php[/url] it is a header if you look at it in IE 7 or 8 the header does not show if you look in Firefox it is fine. What could be wrong? here is the code for the header [code] <object classid="clsid27CDB6E-AE6D-11cf-96B8-444553540000" …

Member Avatar for casper_wang
0
121
Member Avatar for jencinas69

Hello I can not find a tab to csv converter, any one here now about a php file to convert tab to csv

Member Avatar for R0bb0b
0
193
Member Avatar for jencinas69

Question My xml parser is runing into an error when I try to parse the attached csv I think is because of the three commas before the description, I clean the file manually and leave only 1 comma and it work. I there any way I can identify the extram …

Member Avatar for digital-ether
0
64
Member Avatar for jencinas69

Hello I have this csv file 414060,440A,,,"QUECHAN INDIAN TRIBE SECRETARY- HIGHER EDUCATION DEPARTMENT Salary $8.00 per hour Position Closes May 9th, 2008 Position is responsible for providing administrative support to the Higher Education Department. Preparing office reports, maintaining the fi" 414297,445B,,," Come work in a great team environment. NOW HIRING …

Member Avatar for jencinas69
0
1K
Member Avatar for jencinas69

hey any body know more about this script to convert CSV to XML [code] <?php /** * Converts a CSV file to a simple XML file * * @param string $file * @param string $container * @param string $rows * @return string */ error_reporting(E_ALL ^ E_NOTICE); ini_set("display_errors", true); function csv2xml($file, …

Member Avatar for jencinas69
0
198
Member Avatar for jencinas69

I wote this code to this and it works the problem is that my csv file does not have the headers ID, Description , Category in the top of the file. I wrote this code [code] <?php $list = array ( "ID,Category,Description,,,,,,,,,,,,,,,,,," ); $file = fopen("DS20080507.csv","r+", 1000); foreach ($list as …

Member Avatar for jencinas69
0
120
Member Avatar for jencinas69

Hey I have a DTI text file that I need to convert to xml format. Have you done this before? Attached are the TXT and XML file

Member Avatar for ganymede
0
61
Member Avatar for jencinas69

Hello I am using this [code=html]<object data="http://polls.yumasun.com/phpQ/fillsurvey.php?sid=9" type="text/html" width="100%" height="600" > <param name="controller" value="true" > <param name="autoplay" value="false"> </object>[/code] To include a php page on a html template it works fine on Firefox pc and mac but not on IE 7 pc here is the url [url]www.contestsinyuma.com/celebrity[/url] Any Idea how …

0
42
Member Avatar for jencinas69

Hello I need to do a form that writes to a database I know how to do that What I dont now how to do is how I dump my data from the db as XML I want the data to come out like this on the xml <jobs> <job …

Member Avatar for martin5211
0
84
Member Avatar for jencinas69

Hey dude check this <dl class="song"> <dt>Angels We Have Heard On High</dt> <dd class="player"><a href="tunes/Angels_We_Have_Heard_On_Hi.mid" onClick="NewWindow(this.href,'name','50','50','no');return false">Angels We Have Heard On High </a></dd> <dd class="lyric_link"> <A HREF="javascript:void(0)" onclick="window.open('lyrics/angels_heard.html', 'welcome','width=300,height=300')"> View Lyrics</A></dd></dl> i am using those two function to open pop up windows on our holiday site but it does not …

Member Avatar for ~s.o.s~
0
59
Member Avatar for jencinas69

Hello I am trying to add a 7, 14 or 30 day to our job posting online form. Right know I just have a start and end date drop down. What I have in mind is to do 3 radio buttons with 7 day, 14 day, and 30 day, the …

Member Avatar for jencinas69
0
195
Member Avatar for jencinas69

Hello I am trying to add a 7, 14 or 30 day to our job posting online form. Right know I just have a start and end date drop down. What I have in mind is to do 3 radio buttons with 7 day, 14 day, and 30 day, the …

Member Avatar for ~s.o.s~
0
64
Member Avatar for jencinas69

Hello I am from San Luis Rio Colorado, Sonora, Mexico a small town in the border with Arizona. I Work for [url]www.yumasun.com[/url] a newspaper in Yuma Az. Yes I am one of those persons that wait in line every day to cross from Mexico to the US everyday legally of …

Member Avatar for jasimp
0
47