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
~4K People Reached
Favorite Forums
Favorite Tags
Member Avatar for lobstar

Hi, I am having an issue with updating my database with info from an excel spreadsheet. I am using php-excelreader from: [url]http://sourceforge.net/projects/phpexcelreader/[/url] Here is what I have thus far: [code=php] <?php require_once 'reader.php'; $Host = "..."; $User = "..."; $Password = "..."; $DBname = "..."; $Link = mysql_connect ($Host, $User, …

Member Avatar for rrpandiarajan
0
294
Member Avatar for lobstar

Hi, I am using cURL to grab the contents of a webpage which contains a table. I am trying to make an array out of the table contents, with the column headings as the array keys. Unfortunately the first row of the table, before the headers, has pagination which is …

Member Avatar for lobstar
0
463
Member Avatar for lobstar

Hi, I wrote a small piece of javascript a while ago to add some text to a text box and mark it as read only if a check box was checked. If the checkbox was unchecked, the text would be removed and the field writable. It was working great until …

Member Avatar for lobstar
0
3K
Member Avatar for lobstar

Hi Everyone, I have been coming to this site for a while to get help with some minor things in the past, but now I have a strange issue that doesn't seem to have a solution anywhere. Lest start by giving you a link to the page in question: [URL="https://www.ecooutdoorsports.com/prod_4.php?cat=women&sub=0&fsub=&class=20.74&id=AFCZ254REG&pdname=WOMEN%27S+CAPPELLO+CORD+SKIRT-REG+F09&vendor=TNF#"]https://www.ecooutdoorsports.com/prod_4.php?cat=women&sub=0&fsub=&class=20.74&id=AFCZ254REG&pdname=WOMEN%27S+CAPPELLO+CORD+SKIRT-REG+F09&vendor=TNF#[/URL] …

0
144