Go Back   CodingForums.com > Search Forums

Before you post, read our: Rules & Posting Guidelines

Showing results 1 to 25 of 69
Search took 0.22 seconds.
Search: Posts Made By: shajiuddin
Forum: PHP 10-11-2012, 07:59 AM
Replies: 1
Views: 300
Posted By shajiuddin
Need to update PHP 'Client API library version' of MySql by RPM package

Hi,

I need to update PHP 'Client API library version' (5.0.96 to 5.5.27 or above) of MySql from my RHEL 5.3 command line and I don't have access to download.

If I have that update RPM package...
Forum: PHP 09-04-2012, 08:42 AM
Replies: 0
Views: 168
Posted By shajiuddin
Date error message appear on Joomla website

Hi,

I am getting this error on my joomla website please help what I have to do for this issue.

Error Message:

Warning: strtotime() [function.strtotime]: It is not safe to rely on the...
Forum: PHP 05-16-2012, 12:20 PM
Replies: 3
Views: 223
Posted By shajiuddin
Thanks for reply. Instead of that if I need...

Thanks for reply.

Instead of that if I need to check from IF and Else condition the null and blank field then How can I check?

I used following logic but it's not correctly working

$result =...
Forum: PHP 05-16-2012, 09:34 AM
Replies: 3
Views: 223
Posted By shajiuddin
Retrieve null records from table

Hi,

I have table 'users' having one of the field 'modified_date(datetime)'

I need to retrieve all records those doesn't have any value/null or datetime in 'modified_date(datetime)'

I tried...
Forum: MySQL 05-16-2012, 09:33 AM
Replies: 1
Views: 319
Posted By shajiuddin
get null records from table

Hi,

I have table 'users' having one of the field 'modified_date(datetime)'

I need to retrieve all records those doesn't have any value/null or datetime in 'modified_date(datetime)'

I tried...
Forum: PHP 05-05-2012, 08:21 AM
Replies: 8
Views: 437
Posted By shajiuddin
so what should be the ideal duration between...

so what should be the ideal duration between sending emails? how much time (seconds) I have to define?
Forum: PHP 05-05-2012, 08:04 AM
Replies: 8
Views: 437
Posted By shajiuddin
actually I have to send 2500 emails to 2500 users...

actually I have to send 2500 emails to 2500 users using mail() function

Ideally we need to make some delay during send emails


Do you have knowledge about it?
Forum: PHP 05-05-2012, 08:02 AM
Replies: 8
Views: 437
Posted By shajiuddin
just showing 123 at once

just showing 123 at once
Forum: PHP 05-05-2012, 07:50 AM
Replies: 8
Views: 437
Posted By shajiuddin
it's not working correctly

it's not working correctly
Forum: PHP 05-05-2012, 07:26 AM
Replies: 8
Views: 437
Posted By shajiuddin
make delay to show string

Hi,

I need to make delay between different strings

Like, If I have 1, 2, 3

on execution of page 1 by default showing on page after 5 sec 2 should be appear and after 5 sec 3 should appear on...
Forum: PHP 05-03-2012, 12:55 PM
Replies: 3
Views: 305
Posted By shajiuddin
thanks for reply It's not understandable. ...

thanks for reply

It's not understandable.

Please refer another sample script
Forum: PHP 05-03-2012, 11:48 AM
Replies: 3
Views: 305
Posted By shajiuddin
send mail to 3 thousands persons

Hi,

I have users table with 3 thousands records and every user have a email address. I need to send email to all of 3 thousands users.

Please tell what will be best way to send email?
...
Forum: PHP 04-30-2012, 09:22 AM
Replies: 0
Views: 288
Posted By shajiuddin
update thousands of record numbers

Hi,

I have a db table having field 'ref_no' and this table having total 2000 records

Currently no record in 'ref_no' for every particular record.

I need to add 'ref_no' for every particular...
Forum: PHP 04-26-2012, 09:18 AM
Replies: 2
Views: 326
Posted By shajiuddin
Change String format

Hi,

I need to change string format like every first letter of word should be in capital and '.' should be replace with space ' ' and this string may be any format

For example: 'bret.blunt' or...
Forum: PHP 04-21-2012, 06:57 AM
Replies: 3
Views: 570
Posted By shajiuddin
Thanks for reply but it's not informative

Thanks for reply but it's not informative
Forum: PHP 04-19-2012, 09:33 AM
Replies: 3
Views: 570
Posted By shajiuddin
how can I configure session.cookie_secure?

Hi,

I need to initialize configure session.cookie_secure on my whole project.

How can I initialize it? using init? like init(session.cookie_secure, 1)?

Please help

Regards
Forum: JavaScript programming 04-14-2012, 10:51 AM
Replies: 3
Views: 1,786
Posted By shajiuddin
Hi Philip, Thanks for help But when I...

Hi Philip,

Thanks for help

But when I clicked on 2nd radio button then div 1,3,4 should hide

same action for all radio buttons

Please help
Forum: JavaScript programming 04-14-2012, 09:28 AM
Replies: 3
Views: 1,786
Posted By shajiuddin
show and hide onclick radio buttons

Hi,

I have 4 radio buttons with separate div(s)

I need to click on each radio button to show particular div(s) but I am not getting correct result Lease help

HTML Code
----------

<input...
Forum: PHP 04-12-2012, 09:51 AM
Replies: 1
Views: 254
Posted By shajiuddin
email validation not working properly

Hi,

I am checking email validation using this code

if (!preg_match("/^([a-zA-Z0-9])+@([a-zA-Z0-9_-])+(\.[a-zA-Z0-9_-]+)+/", $email1))
{$messages[] = "Email ID is required field / Please enter...
Forum: PHP 03-28-2012, 07:07 AM
Replies: 1
Views: 225
Posted By shajiuddin
Session isn't initializing

Hi,

I create a simple login using php mysql

Session is initializing on localhost but when I upload it on remote server then session isn't initializing. Because of that authentication is not...
Forum: PHP 03-11-2012, 08:13 AM
Replies: 1
Views: 372
Posted By shajiuddin
php.ini settings

Hi,

I am using this type of variable ($id = $row [id];) for fetching the data from mysql. you can see that, data variable is without single inverted commas ($id = $row ['id'];)

Please tell me...
Forum: PHP 03-11-2012, 08:03 AM
Replies: 1
Views: 786
Posted By shajiuddin
how to enable short_open_tag without touching php.ini

hi,

how to enable short_open_tag without touching php.ini

How can we define a function on php pages?

Regards
Forum: Flash & ActionScript 01-28-2012, 01:49 PM
Replies: 3
Views: 1,268
Posted By shajiuddin
thanks for replying. I checked your swf but I am...

thanks for replying. I checked your swf but I am unable to see any thing actually . I don't know what logic you have used on it

Please tell me what steps I have to do for showing Arabic text on...
Forum: Flash & ActionScript 01-25-2012, 06:35 AM
Replies: 3
Views: 1,268
Posted By shajiuddin
showing correct arabic on flash object

Hi,

I need to know that, how can I show Arabic content under flash object swf.
currently when I trying to show Arabic content on flash object via xml then Arabic is not showing properly. It's...
Forum: PHP 01-22-2012, 12:13 PM
Replies: 3
Views: 277
Posted By shajiuddin
no, the string is not with specific data

no, the string is not with specific data
Showing results 1 to 25 of 69

 
Forum Jump

All times are GMT +1. The time now is 04:21 PM.