Go Back   CodingForums.com > Search Forums

Before you post, read our: Rules & Posting Guidelines

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
Views: 1,407
Posted By bngari
Thanks a lot!!! :thumbsup:

Thanks a lot!!! :thumbsup:
Forum: PHP 05-16-2012, 04:41 AM
Replies: 2
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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

 
Forum Jump

All times are GMT +1. The time now is 07:32 AM.