Go Back   CodingForums.com > Search Forums

Before you post, read our: Rules & Posting Guidelines

Showing results 1 to 25 of 86
Search took 0.20 seconds.
Search: Posts Made By: sradha
Forum: PHP 01-10-2013, 01:16 PM
Replies: 0
Views: 255
Posted By sradha
Orangehrm-Symphony customization

Hi,

I am new to symfony framework. Now I am customizing orangehrm to suit certain new requirements.

For example: Similar to Admin>Qualifications>skills menu, I need to create...
Forum: PHP 02-28-2012, 08:25 AM
Replies: 2
Views: 1,737
Posted By sradha
Unlink() - permission denied/no such file or directory error.

Hi all,

I am unable to delete a file lying in a particular directory even though the directory is writeable.

I have a folder named 'sample' which contains another sub folder named 'images' and...
Forum: PHP 07-31-2011, 08:19 PM
Replies: 1
Views: 430
Posted By sradha
Finding the start date of any week from a given date

Hi,

How can I find the start date of week( i.e 2011-07-03) in php given the end date(2011-07-09)?
Forum: JavaScript frameworks 07-03-2011, 07:50 PM
Replies: 10
Views: 992
Posted By sradha
No, it is not solved. I want to know how to use...

No, it is not solved. I want to know how to use the above code without $(document).ready() function.
Forum: JavaScript frameworks 07-03-2011, 06:27 PM
Replies: 10
Views: 992
Posted By sradha
Yeah, but I tried placing the script in body tag...

Yeah, but I tried placing the script in body tag instead of using it in <head> part.Still it is not working.
As you said I don't want this functionality when the page loads. I need it only when the...
Forum: JavaScript frameworks 07-03-2011, 11:15 AM
Replies: 10
Views: 992
Posted By sradha
document.ready and jquery events

Hi,


I tried a piece of code like,

<html>
<head>
<script src="../js/jquery.min.js"></script>

<script type="text/javascript">
Forum: MySQL 05-21-2011, 09:00 PM
Replies: 0
Views: 380
Posted By sradha
Mysql timing out issue

Hi,

I have query like,

SELECT u.user_id, u.user_first_name, CASE WHEN user_login_date = '0000-00-00 00:00:00' AND user_login_date = 'NULL' THEN (SELECT u.user_login_date AS...
Forum: JavaScript programming 05-09-2011, 08:13 AM
Replies: 7
Views: 416
Posted By sradha
It is okay. No need to be sorry. Thanks for...

It is okay. No need to be sorry. Thanks for taking time to help me :) Let me use this one and try out.
Forum: JavaScript programming 05-09-2011, 08:06 AM
Replies: 7
Views: 416
Posted By sradha
Thanks, This seems to be fine. Can ypu...

Thanks, This seems to be fine.

Can ypu provide me the regexp pattern for validating a value such that it should contain only numbers, letters and symbols like #,$,@ and spaces.Characters like...
Forum: JavaScript programming 05-09-2011, 07:47 AM
Replies: 7
Views: 416
Posted By sradha
But the above pattern is not working. My...

But the above pattern is not working. My requirement is the either the character '#', or '$' should only appear in the first place and it should appear only once or twice.But using the above pattern,...
Forum: JavaScript programming 05-09-2011, 07:14 AM
Replies: 7
Views: 416
Posted By sradha
So what will be the regexp pattern if I want to...

So what will be the regexp pattern if I want to validate a value such that it should contain only numbers, letters and symbols like #,$,@ and spaces.Characters like semicolon, comma, single quotes...
Forum: JavaScript programming 05-08-2011, 04:10 PM
Replies: 7
Views: 416
Posted By sradha
Validate identification code pattern

Hi,

I want to validate the value in a textbox such that the first character should be a symbol like # or $ followed by 2 alphabets which is followed by numbers.I tried a pattern like...
Forum: PHP 04-16-2011, 08:03 PM
Replies: 0
Views: 427
Posted By sradha
MVC-Validating Image

Hi,

I am using MVC structure for app development. I have an image uploading section. I need to validate the image - its size and type. I believe that it cannot be done with javascript. So...
Forum: PHP 03-13-2011, 07:05 PM
Replies: 3
Views: 1,722
Posted By sradha
in_array and two dimensional array

Hi all,

I have a two dimensional array, which stores the user's email id and his name
$user[$j]['email']=$emailid; and $user[$j]['name']=$name
If a user has same 'email' as of any other user, I...
Forum: PHP 03-07-2011, 05:57 PM
Replies: 2
Views: 310
Posted By sradha
Comparing datetimes

Hi,

Can someone help me with the way of comparing two dates, say '2/8/2012 3:31:45 PM' and '3/7/2009 10:49:23 AM'. If I simply compare it with using the comparison operator('<', '>'), it doesn't...
Forum: MySQL 03-05-2011, 06:01 PM
Replies: 5
Views: 1,954
Posted By sradha
No, it is coming from another db in microsoft sql...

No, it is coming from another db in microsoft sql server. The field type there is DateTime itself. I am using phpmyadmin. Other than using some scripts, Is there any other way for getting the correct...
Forum: MySQL 03-05-2011, 03:06 PM
Replies: 5
Views: 1,954
Posted By sradha
But how is it possible. The data in csv file is...

But how is it possible. The data in csv file is another database table data. If it is not a valid format, why it is being exported like that. Is there any other solution. Thanks in Advance.
Forum: MySQL 03-05-2011, 01:18 PM
Replies: 5
Views: 1,954
Posted By sradha
DateTime and csv file

Hi,
I have imported certain csv files into my database. In those csv files, there is a date field which is of the format, 1/11/2011 3:18:00 PM . When I import this data into my db, they are...
Forum: MySQL 03-03-2011, 05:30 PM
Replies: 5
Views: 946
Posted By sradha
But I am not doing it by processing commands. It...

But I am not doing it by processing commands. It is done directly from phpmyadmin. Then how it is possible?

I think another option will be to delete that entry directly from the table after the...
Forum: MySQL 03-03-2011, 04:42 PM
Replies: 5
Views: 946
Posted By sradha
Avoiding field names

Hi,

I imported some csv files into phpmyadmin today. For the purpose, I created a database, a table named "user" with fields "firstname" and "lastname". The problem I am facing is, when I import...
Forum: PHP 02-28-2011, 11:30 AM
Replies: 9
Views: 1,006
Posted By sradha
Resolved

Resolved
Forum: PHP 02-28-2011, 04:13 AM
Replies: 9
Views: 1,006
Posted By sradha
Can someone help me?

Can someone help me?
Forum: PHP 02-26-2011, 04:34 PM
Replies: 9
Views: 1,006
Posted By sradha
ok ok..Thanks for the information. How can I...

ok ok..Thanks for the information.

How can I set such a feature with PHP. Is it done by setting cookies? Is there any other way for doing it? Can someone help me with the code?
Forum: PHP 02-26-2011, 03:30 PM
Replies: 9
Views: 1,006
Posted By sradha
How it is possible? In Mozilla Firefox, once we...

How it is possible? In Mozilla Firefox, once we ask to remember the username and password, even after deleting the cache it remains unaffected.Am I correct?
Forum: PHP 02-25-2011, 04:41 AM
Replies: 9
Views: 1,006
Posted By sradha
Remembering username and password

Is it possible with php to remember username and password right from the user's first visit. In my site there is no registration process. The user's gets their username and password from another...
Showing results 1 to 25 of 86

 
Forum Jump

All times are GMT +1. The time now is 03:08 AM.