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.

~1K People Reached
Member Avatar for anarki2k3

i'm having a bizarre issue with a form that seems to not want to post the file data array... [code=php]<form method="post" action="<?php echo $_SERVER['PHP_SELF']; ?>"> <input type="hidden" name="category" value="music" /> <input type="file" name="image_upload" class="multi" accept="jpg|jpeg" maxlength="1" /> <input type="submit" name="cat_music_img" value="Update" /> </form>[/code] the following is a snippet i just …

Member Avatar for patodeborracha
0
105
Member Avatar for anarki2k3

Ok so I created an instance of the mysqli class: [code=php]$siteconn = new mysqli($dbhost, $dbuser, $dbpass, $dbname);[/code] But when I try to run a query using this I get the error that's in the title... code as follows: [code=php]$result = $siteconn->query("SELECT * FROM categories ORDER BY id LIMIT $limit");[/code] Any …

Member Avatar for anarki2k3
0
353
Member Avatar for anarki2k3

Ok, I've got a spreadsheet of ~3000 lines, I have a selection of images that need matching up to these lines. There is a matching field in the spreadsheet to the file name of the images but I can't find anyway of easily extracting the images I need. The trouble …

0
48
Member Avatar for itkoustubh

Hello Everyone, I want to customize store from Channel Advisor. I have create customize design for the store. But i dont know in depth how to customize the design in the channel advisor. If any body knows how to customize the design in Channel Advisor. Please Help me out from …

Member Avatar for designgoddess
0
95
Member Avatar for Supreme Ox

I work the phones at an ISP. We’ve been getting lots of calls over the past couple of months or so where people are able to connect, but after 10 – 15 minutes they start getting "Page Cannot Be Displayed" errors when trying to access any web sites. They are …

Member Avatar for KDMiller
0
470