Forum: PHP Apr 9th, 2009 |
| Replies: 5 Views: 407 i want the user to restrict by allowing him to select only 4 checkboxes.the checkboxes have a different name. |
Forum: PHP Apr 8th, 2009 |
| Replies: 5 Views: 407 hi,
i want to validate checkboxes where each checkbox has a different name
1.atleast one checkbox should be select.
2.not more than 4 checkboxes should be selected.
can any one tell me how to... |
Forum: PHP Apr 7th, 2009 |
| Replies: 20 Views: 828 |
Forum: PHP Apr 7th, 2009 |
| Replies: 20 Views: 828 i want them to be stored in a array
a[0]=1;
a[1]=1;
a[2]=1;
something like this |
Forum: PHP Apr 7th, 2009 |
| Replies: 20 Views: 828 i want them to be stored in a array.should split |
Forum: PHP Apr 7th, 2009 |
| Replies: 20 Views: 828 ya thanks its working.can u please tell me how to insert them. i want to discard the ,(commas) and insert the variables |
Forum: PHP Apr 3rd, 2009 |
| Replies: 5 Views: 257 sorry now i have the attached |
Forum: PHP Apr 3rd, 2009 |
| Replies: 5 Views: 257 now i am using tinymce only.but when the user user different font it is not working properly.see my output in my attachment.i have save in a image |
Forum: PHP Apr 3rd, 2009 |
| Replies: 5 Views: 257 hi,
in my application i have using editor for the jobseeker to paste their resume.butthe editor is not working properly can anybody tell wat is are alternative.i wanted the user pasted data to as... |
Forum: PHP Apr 2nd, 2009 |
| Replies: 20 Views: 828 if the user is not selecting all the check boxes .the out put is like this.
1,,,1,,,1,,,1,1,,1,1,,1,1,
i want it to be like if the user select it should contain the value.otherwise "0" should be... |
Forum: PHP Apr 2nd, 2009 |
| Replies: 6 Views: 769 //present date
$tomorrow = mktime(0,0,0,date("m"),date("d"),date("Y"));
$day=date("Y-m-d", $tomorrow);
$cdate=strtotime($day);
$ $expiredate1=2009-01-01;
$dateDiff = $expiredate1 - $cdate;... |
Forum: PHP Apr 2nd, 2009 |
| Replies: 20 Views: 828 hi
i want to insert a symbol between all the chek box value
eg:the value will be either 1 or 0.
$tmp =$_REQUEST["check1"];
$tmp .=$_REQUEST["check2"];
$tmp .=$_REQUEST["check3"];
this how i... |
Forum: PHP Apr 1st, 2009 |
| Replies: 4 Views: 613 ya i got it
$date = "2009-03-31";
$n=10;
echo date("Y-m-d", strtotime($date ."+n days" )); |
Forum: PHP Apr 1st, 2009 |
| Replies: 4 Views: 613 $date = "2009-03-31";
$n=10;
echo date("Y-m-d", strtotime($date ."+n days" ));
output
1969-12-31 |
Forum: PHP Apr 1st, 2009 |
| Replies: 4 Views: 613 hi
i have a date in which i want to add the the days .and find the date. |
Forum: PHP Apr 1st, 2009 |
| Replies: 2 Views: 792 thanks i got it
$expiredate=strtotime("2009-04-03");
$cdate=strtotime("2009-03-31");
$dateDiff = $expiredate - $cdate;
$fullDays = floor($dateDiff/(60*60*24));
echo $fullDays ; |
Forum: PHP Mar 31st, 2009 |
| Replies: 2 Views: 792 $expiredate='2009/03/31';
$cdate='2009/03/03';
$dateDiff = $expiredate - $cdate;
$fullDays = floor($dateDiff/(60*60*24));
the above method i am using to find the difference between two date.but... |
Forum: PHP Feb 26th, 2009 |
| Replies: 9 Views: 584 Warning: include_once(./common/dblayer.php) [function.include-once]: failed to open stream: No such file or directory in /home1/careergl/public_html/converters.php on line 8
Warning:... |
Forum: PHP Feb 26th, 2009 |
| Replies: 9 Views: 584 |
Forum: PHP Feb 26th, 2009 |
| Replies: 9 Views: 584 ya u r right.wat i am asking is
public_html(xyz.php)
- folder1
- common (dblayer.php)
- folder3
my dblayer.php is inside common.i have file which are in public_html but they are... |
Forum: PHP Feb 26th, 2009 |
| Replies: 9 Views: 584 public_html is my main directory |
Forum: PHP Feb 26th, 2009 |
| Replies: 9 Views: 584 from dblayer.php i want to refer a file which is outside common.
in our server all files are stored in public_html
in that I HAVE MANY FILES AND FOLDERS.common is one among them.now from common i... |
Forum: PHP Feb 26th, 2009 |
| Replies: 9 Views: 584 hi
i have some file in my ftp.now i am saving my file in a folder.please tell me how to refer the file outside the folder.
eg require_once('../common/dblayer.php');
the above is to refer a file... |
Forum: PHP Feb 25th, 2009 |
| Replies: 4 Views: 386 thanks naveen its working |
Forum: PHP Feb 25th, 2009 |
| Replies: 4 Views: 386 hi
If the user changes his photo i want the else to work.if u the does not change his old photo i want the if to work.but my below code is not working like that....only the if part is working... |
Forum: PHP Feb 16th, 2009 |
| Replies: 2 Views: 607 can u quote some example i am not able to get you
thanks for your reply |
Forum: PHP Feb 13th, 2009 |
| Replies: 2 Views: 607 function countsearch($id){
$db = NULL;
$db = new MyDBHandler;
$db -> init();
$db -> OpenConnection();
$sql="select id,count(keywords) from seeker where userid=".$id;
... |
Forum: Networking Hardware Configuration Feb 13th, 2009 |
| Replies: 1 Views: 411 hi
i want the sound card for compaq c700.can anybody tell me where i can find.......
thanks in advance |
Forum: PHP Feb 11th, 2009 |
| Replies: 7 Views: 322 |
Forum: PHP Feb 11th, 2009 |
| Replies: 7 Views: 322 thanks for ur reply now i can understand ..........
can u tell how to make it valid
<?
session_start();
require_once('../common/dblayer.php');
require_once('../common/converters.php');... |
Forum: PHP Feb 11th, 2009 |
| Replies: 7 Views: 322 hi
can anybody tell what the error is
Fatal error: Call to a member function insertseeks() on a non-object
in php |
Forum: PHP Feb 6th, 2009 |
| Replies: 5 Views: 336 |
Forum: PHP Feb 6th, 2009 |
| Replies: 5 Views: 336 $res=$db->insertseek1($user,$pss);
function insertseek1($user,$pss)
{
$db = NULL;
$db = new MyDBHandler; |
Forum: PHP Feb 6th, 2009 |
| Replies: 5 Views: 336 can somebody tell me what the error is
Call to a member function insertseek1() on a non-object |
Forum: PHP Feb 5th, 2009 |
| Replies: 4 Views: 269 <script language="javascript">
function addmanips(){
var nW = window.open('add_qualifica.php?seeker_id=<? echo... |
Forum: PHP Feb 5th, 2009 |
| Replies: 4 Views: 269 hi
how to alert a session variable in javascript function |
Forum: JavaScript / DHTML / AJAX Jan 9th, 2009 |
| Replies: 1 Views: 1,084 hi
i am using tinyMCE editor(javascript) in php file .the data which is enterted in textarea is diplayed along with some script .plz do tell me how to avoid the script.
eg:
<!-- /* Font... |
Forum: PHP Jan 9th, 2009 |
| Replies: 7 Views: 858 Line 1: String not started expecting ' or "
Line 1: Malformed declaration expecting version
Line 1: Blank needed here
Line 1: parsing XML declaration: '?>' expected
Line 2: SystemLiteral " or '... |
Forum: PHP Jan 8th, 2009 |
| Replies: 7 Views: 858 Line 2: Start tag expected, '<' not found.
it is showing the above error |
Forum: PHP Jan 7th, 2009 |
| Replies: 7 Views: 858 hi
i am trying to develop a site.i am using php and wml.this is my first program.can any one say why my below code is not woking
<?php
header("Content-type: text/vnd.wap.wml");
echo " xml... |