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 39
Search took
0.13
seconds.
Search:
Posts Made By:
ssonawa
Forum:
PHP
06-11-2012, 01:07 PM
Replies:
1
? how to total up "for each" results
Views:
373
Posted By
ssonawa
Can you echo $grand_total at the end when it has...
Can you echo $grand_total at the end when it has been pushed to the array? Also try with a function array_push to push values in array.
Forum:
PHP
06-11-2012, 12:54 PM
Replies:
8
update multiple rows in php
Views:
641
Posted By
ssonawa
Print the query each time when content value has...
Print the query each time when content value has to be changed.
Apply a loop as required, printing query would be easy for you to trace the query.
Forum:
PHP
06-11-2012, 12:48 PM
Replies:
3
Help with contact form
Views:
255
Posted By
ssonawa
So what do you get ? Print of "blarg"? Can...
So what do you get ? Print of "blarg"?
Can you also post the form?
To test it, try with below
mail("your@email.com", "Email Subject", "Email body");
Also see if you get any log in apache...
Forum:
Apache configuration
06-11-2012, 06:59 AM
Replies:
1
URL re-write not working for same filname to URL
Views:
766
Posted By
ssonawa
Does any of above short URLs work fine on the...
Does any of above short URLs work fine on the server?
if not try and check if your rewrite module is enabled?
Also can you post your server's access logs for the incorrect urls?
Forum:
General web building
06-11-2012, 06:53 AM
Replies:
4
How to unhide full url in Address bar?
Views:
7,124
Posted By
ssonawa
Hi, Can you please elaborate more - 1....
Hi,
Can you please elaborate more -
1. What's you sites URL ? and main domain name?
2. what's your subdomain? (mention the suibdomain only)
I am asking you these questions coz, your...
Forum:
General web building
06-11-2012, 06:07 AM
Replies:
4
How to unhide full url in Address bar?
Views:
7,124
Posted By
ssonawa
Hi, Pls elaborate more
Hi,
Pls elaborate more
Forum:
PHP
08-01-2011, 06:47 AM
Replies:
1
Drupal 7 - Views
Views:
354
Posted By
ssonawa
No idea? Your help will be appreciated.
No idea? Your help will be appreciated.
Forum:
PHP
07-31-2011, 09:05 AM
Replies:
18
email body on one line?!
Views:
1,408
Posted By
ssonawa
Try using </ BR> for new line as this is html...
Try using </ BR> for new line as this is html content.
Hope this helps.
Forum:
PHP
07-31-2011, 09:01 AM
Replies:
2
What is this error??
Views:
496
Posted By
ssonawa
Try to print the query echo $sql="select * from...
Try to print the query echo $sql="select * from settings where setting='$val'";
and you will get what are you passing in the query.
Hope this helps.
Forum:
PHP
07-31-2011, 08:55 AM
Replies:
1
Drupal 7 - Views
Views:
354
Posted By
ssonawa
Drupal 7 - Views
Hi,
I am new to Drupal and need some help.
I have created a Table using views and have configured bulk operation for the same. I am able to list the posts and filter them as per need. Using...
Forum:
PHP
12-09-2010, 05:56 AM
Replies:
3
global variable
Views:
672
Posted By
ssonawa
In contrast to local variables, a global variable...
In contrast to local variables, a global variable can be accessed in any part of the program. However, in order to be modified, a global variable must be explicitly declared to be global in the...
Forum:
PHP
12-09-2010, 05:15 AM
Replies:
11
session_start() Cannot send session cookie
Views:
2,273
Posted By
ssonawa
Is this the code from from first line on your...
Is this the code from from first line on your page? I don't see any session_start() there. This warning is occurring because you have not used session_start on all pages. It should be written at the...
Forum:
PHP
11-18-2010, 09:35 AM
Replies:
8
preg_match detection w/ new element
Views:
752
Posted By
ssonawa
Hi, why don't you use explode to separate...
Hi,
why don't you use explode to separate this string by comma.
your second element in the resulting array will be height=200. You can easily get the value of height from it, using the same...
Forum:
PHP
09-29-2010, 07:14 AM
Replies:
5
wordpress review code help
Views:
889
Posted By
ssonawa
ssonawa@gmail.com
ssonawa@gmail.com
Forum:
PHP
09-29-2010, 06:30 AM
Replies:
5
wordpress review code help
Views:
889
Posted By
ssonawa
I hope this helps
Your requirement is -
1. User can read and comment on the post as many times he/she wants
This is already happening.
2. Every reader/viewer could rate the post only once
Forum:
PHP
09-29-2010, 06:21 AM
Replies:
2
how convert html file to php
Views:
1,269
Posted By
ssonawa
Try to save that HTML file again with notepad....
Try to save that HTML file again with notepad. Select all files and then give file extn as php.
Make sure your syntax is correct in the file and PHP should be working on your machine with...
Forum:
PHP
09-29-2010, 06:17 AM
Replies:
7
PHP Insert was working - now isnt
Views:
652
Posted By
ssonawa
Try this simple debug method!
Try to print the query thats not working, with echo $sql before executing it and then try to execute it in the mysql prompt or browser. if you get mysql error that means there is a problem in your...
Forum:
PHP
09-29-2010, 06:07 AM
Replies:
2
includes
Views:
596
Posted By
ssonawa
Hi Boogily, you would have to setup a local env...
Hi Boogily, you would have to setup a local env with Apache (or any webserver) and PHP installed on your machine. you should be accessing at least http://localhost/your_file.php with extn PHP and...
Forum:
PHP
09-21-2010, 10:30 AM
Replies:
6
Replacement for "$_SESSION"?
Views:
983
Posted By
ssonawa
Why don't you post it then? Using hidden...
Why don't you post it then? Using hidden variables?
Forum:
PHP
09-13-2010, 06:37 AM
Replies:
3
Displaying images from DB
Views:
505
Posted By
ssonawa
Why don't you save images with their full names...
Why don't you save images with their full names while uploading.
So instead of
echo "<img src='".$dir.$dead_alive.$row['mav_id'].".jpg' width=\"53\" height=\"53\">";
try this
echo "<img...
Forum:
PHP
09-03-2010, 12:56 PM
Replies:
3
multiple ranks
Views:
860
Posted By
ssonawa
How about this? $result =...
How about this?
$result = mysql_query("SELECT * FROM `users` WHERE rank in('3','8','9');
Forum:
PHP
08-23-2010, 12:57 PM
Replies:
4
Unable to write Php validations for webpage
Views:
855
Posted By
ssonawa
It works!
Hi
I have also used an image as a button -
<input type="image" src="http://sitename/img/contactbutton.gif" name="btncontact" class="btncontact" />
and I am submitting form on form action - ...
Forum:
PHP
08-23-2010, 10:46 AM
Replies:
4
Unable to write Php validations for webpage
Views:
855
Posted By
ssonawa
See this is so simple, image is used as a submit...
See this is so simple, image is used as a submit button :) -
<form name="contact" method="post" action="" onsubmit="return validate(this);">
Your details : *Required field
First Name* :...
Forum:
PHP
08-23-2010, 10:11 AM
Replies:
3
regular expression
Views:
648
Posted By
ssonawa
Hi, I hope below helps you. <? ...
Hi,
I hope below helps you.
<?
$string = 'http://www.somewebsite.com/images/animated.gif';
$pattern = '/.gif/';
$replace = '';
echo preg_replace($pattern, $replace, $string);
?>
Forum:
PHP
01-29-2010, 06:18 AM
Replies:
1
Eval & Writing php variables to a new file
Views:
751
Posted By
ssonawa
You can do that. For example - <?php ...
You can do that.
For example -
<?php
$string = "beautiful";
$time = "winter";
$str = 'This is a $string $time morning!';
echo $str. "<br />";
Showing results 1 to 25 of 39
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
04:07 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.