No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
22 Posted Topics
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? | |
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 | |
Re: ok what is your domain? You have to make sure that your server support php | |
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 … | |
Re: Try this [url]http://www.ineedtutorials.com/articles/export-mysql-data-to-csv-php-tutorial[/url] | |
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] … | |
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 … | |
Hello I need to get data from a database and write the db dump to a server as txt file any ideas? | |
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", … | |
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" … | |
Hello I can not find a tab to csv converter, any one here now about a php file to convert tab to csv | |
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 … | |
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 … | |
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, … | |
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 … | |
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 | |
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 … | |
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 … | |
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 … | |
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 … | |
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 … | |
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 … |
The End.