Register
FAQ
Calendar
Search
Today's Posts
Rules
Guidelines
SMS enable your application
via Clickatell’s fast, simple and reliable API's, built to integrate with any system.
Click here
to learn more.
Flash Website Builder
- Trendy Site Builder is a Flash Site Building tool that helps users build stunning websites.
Check Out Custom
Custom Logo Design
by LogoBee. Website Design and Free Logo Templates available.
CodingForums.com
>
Search Forums
Search Results
User Name
Remember Me?
Password
Before you post, read our:
Rules
&
Posting Guidelines
Page 1 of 2
1
2
>
Showing results 1 to 25 of 38
Search took
0.33
seconds.
Search:
Posts Made By:
bngari
Forum:
PHP
05-16-2012, 11:34 AM
Replies:
2
Generate Excel Sheet from mySql data using PHP
Views:
1,407
Posted By
bngari
Thanks a lot!!! :thumbsup:
Thanks a lot!!! :thumbsup:
Forum:
PHP
05-16-2012, 04:41 AM
Replies:
2
Generate Excel Sheet from mySql data using PHP
Views:
1,407
Posted By
bngari
Generate Excel Sheet from mySql data using PHP
Hi, I am using php to generate an excel spread sheet for my data stored in the database but the script is editing the data in such a way that a number like 015478542658125 is output as 1.54785E+13....
Forum:
MySQL
07-30-2011, 07:52 AM
Replies:
4
#1045 Error
Views:
858
Posted By
bngari
I have even tried editing the config file in...
I have even tried editing the config file in c://windows but still no change!
Forum:
JavaScript programming
07-26-2011, 10:31 PM
Replies:
2
Add-this like share script
Views:
477
Posted By
bngari
okay, how do. I come. up with the embed code?
okay, how do. I come. up with the embed code?
Forum:
JavaScript programming
07-26-2011, 06:41 AM
Replies:
2
Add-this like share script
Views:
477
Posted By
bngari
Add-this like share script
Hi, I want to create a share script like that used in addthis.com (http://addthis.com). Can anyone refer me to a free source code so that I can study its framework and create one that suites my...
Forum:
MySQL
07-24-2011, 07:07 PM
Replies:
4
#1045 Error
Views:
858
Posted By
bngari
I changed from xamp to wamp (also changed root...
I changed from xamp to wamp (also changed root folders) n still get the same error.
in which file can the passwords the be found? Is there a way I can reset the root passwords?
Forum:
MySQL
07-24-2011, 06:17 AM
Replies:
4
#1045 Error
Views:
858
Posted By
bngari
#1045 Error
I tried re-installing my mysql server but still got the error below. Please help me get rid of this error.
Thanks in advance
Forum:
Apache configuration
06-12-2011, 07:27 AM
Replies:
0
.htaccess redirect traffic tracking
Views:
698
Posted By
bngari
.htaccess redirect traffic tracking
Hi, i'm running a php url shortening service but i'm having trouble tracking the redirects from my site. Which is the best tool or method to use to get information such as visitor source. Thanks in...
Forum:
HTML & CSS
06-10-2011, 08:43 AM
Replies:
16
Sidebar background image display issue. Please help :/
Views:
844
Posted By
bngari
Try it on a different browser or a different isp...
Try it on a different browser or a different isp provider
Forum:
PHP
06-02-2011, 07:53 AM
Replies:
6
PHP array error
Views:
1,078
Posted By
bngari
Thanks for the help but the code logic is okay....
Thanks for the help but the code logic is okay. The problem was caused by an upgrade of the php version from 5.2 to 5.3. A few lines of extra code solved the issue. Cheers
Forum:
PHP
05-29-2011, 09:01 AM
Replies:
6
PHP array error
Views:
1,078
Posted By
bngari
The file is in a CMS website
The file is in a CMS website
Forum:
PHP
05-27-2011, 12:56 PM
Replies:
6
PHP array error
Views:
1,078
Posted By
bngari
<?php /** * This class extends Cache_Lite...
<?php
/**
* This class extends Cache_Lite and can be used to cache the result and output of functions/methods
*
* This class is completly inspired from Sebastian Bergmann's
*...
Forum:
PHP
05-27-2011, 12:10 PM
Replies:
6
PHP array error
Views:
1,078
Posted By
bngari
PHP array error
Hi, a website i'm working on is having a problem. It is giving an error like Warning: Parameter 2 to frontpage() expected to be a reference, value given in...
Forum:
HTML & CSS
05-02-2011, 01:08 AM
Replies:
3
Header javascript code showing on my website
Views:
1,269
Posted By
bngari
Thank you. this did the trick! Sorry about the...
Thank you. this did the trick! Sorry about the wrong forum posting
Forum:
HTML & CSS
05-01-2011, 11:13 PM
Replies:
3
Header javascript code showing on my website
Views:
1,269
Posted By
bngari
Header javascript code showing on my website
My website has a javascript code between the <head> tags of my website but on android, safari and some chrome browsers, this code is displaying as text! On other browsers is okay. the website is...
Forum:
PHP
03-25-2011, 05:31 PM
Replies:
7
Display mysql data in a dynamically generated table
Views:
1,356
Posted By
bngari
no, each query has more details relating to each...
no, each query has more details relating to each item such as photo n price
Forum:
PHP
03-25-2011, 10:55 AM
Replies:
7
Display mysql data in a dynamically generated table
Views:
1,356
Posted By
bngari
the loop you stated will loop a pre-determined...
the loop you stated will loop a pre-determined number of rows or columns. I want a loop statement that will allow each item to be in its own cell. Just like how online catalogues display their...
Forum:
PHP
03-25-2011, 10:48 AM
Replies:
7
Display mysql data in a dynamically generated table
Views:
1,356
Posted By
bngari
Here's a sample of how i want data to be...
Here's a sample of how i want data to be displayed
<table border="0">
<tr><td>item1</td><td>item2</td><td>item3</td></tr>
<tr><td>item4</td><td>item5</td><td>item6</td></tr></table>
Forum:
PHP
03-25-2011, 08:48 AM
Replies:
7
Display mysql data in a dynamically generated table
Views:
1,356
Posted By
bngari
Display mysql data in a dynamically generated table
Hi, i want to display data fetched from the database in a 3x3 table or a 4x3 table but i'm having trouble looping the rows correctly. Here's 2 sample code
echo "<table border=\"0\">";
//...some...
Forum:
MySQL
03-14-2011, 08:59 AM
Replies:
2
Multiple table inserts
Views:
691
Posted By
bngari
It would be better to maintain seperate...
It would be better to maintain seperate statements because it will be easier that way to control your flow of data (e.g. in setting conditions necessary to update one or both associated tables)....
Forum:
PHP
03-14-2011, 05:48 AM
Replies:
2
Get entry url using before redirect
Views:
1,418
Posted By
bngari
Get entry url using before redirect
I'm trying to create a redirect script to switch between mobile and web versions of a website and there's one issue thats been eating up my head. Is it possible to get the entry web address of a user...
Forum:
PHP
03-14-2011, 05:06 AM
Replies:
6
Calling specific rows based on an ordered sql statement return
Views:
611
Posted By
bngari
Just like its been said, looping your array is a...
Just like its been said, looping your array is a sure way of displaying all your data. The while loop is quite direct.
Forum:
PHP
03-13-2011, 03:40 PM
Replies:
5
Convert flv file or embedded video to 3gp using php
Views:
2,440
Posted By
bngari
I guess i was overly ambitious because i was...
I guess i was overly ambitious because i was actually trying to have an app like for keepvid that runs on a mobile phone.
Forum:
PHP
03-13-2011, 11:56 AM
Replies:
6
retrieve data and display
Views:
1,464
Posted By
bngari
oh yeah, it was a minor omission there. Thanks.
oh yeah, it was a minor omission there. Thanks.
Forum:
PHP
03-13-2011, 11:20 AM
Replies:
2
search Character from mysql
Views:
357
Posted By
bngari
You can use this code to find all occurrences of...
You can use this code to find all occurrences of a word. In my experience it will work best when the db column is a VARCHAR.
$string = htmlentities(trim($_GET["search-term"]));
$str = explode("...
Showing results 1 to 25 of 38
Page 1 of 2
1
2
>
Forum Jump
User Control Panel
Private Messages
Subscriptions
Who's Online
Search Forums
Forums Home
:: Client side development
JavaScript programming
DOM and JSON scripting
Ajax and Design
JavaScript frameworks
Post a JavaScript
HTML & CSS
XML
Flash & ActionScript
Adobe Flex
Graphics and Multimedia discussions
General web building
Site reviews
Building for mobile devices
:: Server side development
Apache configuration
Perl/ CGI
PHP
Post a PHP snippet
MySQL
Other Databases
Ruby & Ruby On Rails
ASP
ASP.NET
Java and JSP
Other server side languages/ issues
ColdFusion
Python
:: Computing & Sciences
Computer Programming
Computer/PC discussions
Geek News and Humour
Web Projects and Services Marketplace
Web Projects
Small projects (quick fixes and changes)
Medium projects (new script, new features, etc)
Large Projects (new web application, complex features etc)
Unknown sized projects (request quote)
Vacant job positions
Looking for work/ for hire
Project collaboration/ partnership
Paid work offers and requests (Now CLOSED)
Career, job, and business ideas or advice
Domains, Sites, and Designs for sale
Domains for sale
Websites for sale
Design templates and graphics for sale
:: Other forums
Forum feedback and announcements
All times are GMT +1. The time now is
07:32 AM
.
Web Hosting UK
|
Dedicated Server Hosting
|
Shareware Junction
|
Software Geek
|
Flash file uploader
|
Cloud Server
|
Web Hosting Australia
Home
-
Contact Us
-
Archives
-
Link to CF
-
Resources
-
Top
Powered by vBulletin®
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.