Search found 10 matches

by mastikhor
Mon Dec 19, 2005 12:57 am
Forum: PHP - Code
Topic: copying data from ms word to html editor not saving the form
Replies: 0
Views: 650

copying data from ms word to html editor not saving the form

In my form there is html editor, When I try to copy data from ms word and paste in html editor and save the form, it does not save the information properly.

Is there any tip that we can delete uncessary tag place by the ms word?
by mastikhor
Thu Dec 15, 2005 1:34 am
Forum: Databases
Topic: 1 line query to delete specific records from multiple table
Replies: 3
Views: 1224

I've tried that one. thats not a solution.

I've got to know that I've to create stored procedures
by mastikhor
Wed Dec 14, 2005 10:23 am
Forum: Databases
Topic: 1 line query to delete specific records from multiple table
Replies: 3
Views: 1224

1 line query to delete specific records from multiple table

On clients machine, currently to delete on trainee record it runs 10 queries to delete records from 10 tables. At the time of running all queries, server shows (104) Connection reset by peer. An error condition occurred while reading data from the network. I think it because of running 10 queries at...
by mastikhor
Mon Nov 21, 2005 11:44 am
Forum: Miscellaneous
Topic: solution for accessing remote sql database
Replies: 0
Views: 1054

solution for accessing remote sql database

Not sure if this is the right category to ask. Client machine has internal SQL server database. Client wishes to access that database for their registered employees and clients. What is the possible solution to access that Database and what securities involve in that? Is it also possible to access S...
by mastikhor
Sun Nov 13, 2005 11:15 pm
Forum: PHP - Code
Topic: how to find calendar quarters of each year
Replies: 6
Views: 1477

Seems like an incorrect logic to me. According to the below code, its fetching all the results from database and its hard to rectify which quarter number for which candidate. Can someone modify my code more? <? $currMonth = date('m'); $res = mysql_query("select * from `users` where joiningDate ...
by mastikhor
Sat Nov 12, 2005 2:58 pm
Forum: PHP - Code
Topic: how to find calendar quarters of each year
Replies: 6
Views: 1477

I've checked the mysql function already but client's server doesn't have mysql 5.0 so for an alternative i've to go through PHP.

Btw..It will be helpful for me to understand if you can write a code...

I'll appreciate that
by mastikhor
Sat Nov 12, 2005 11:57 am
Forum: PHP - Code
Topic: how to find calendar quarters of each year
Replies: 6
Views: 1477

Thanks for the help

i also need to find what is the quarter no of which year. Because in my table i've quarter no and year no.

(On every quarter, some information saves in database along with quarter No and Year No. So it will help me to extract all quarters and year available in database)
by mastikhor
Sat Nov 12, 2005 6:49 am
Forum: PHP - Code
Topic: how to find calendar quarters of each year
Replies: 6
Views: 1477

how to find calendar quarters of each year

For an application, I need to identify calendar quarters of each year. So once the concerned manager logs in to the system, code should check the candidate joining date and compare with the current month. If its completion of a quarter, an email response should go to manager and inform to fill the f...
by mastikhor
Fri Nov 11, 2005 6:33 am
Forum: PHP - Code
Topic: Quarter checking since the joining date
Replies: 2
Views: 951

For an application, I need to identify quarters of each year.

So once the concerned manager logs in to the system, code should check the candidate joining date and compare with the current month. If its complete each quarter, an email response should go to manager and inform to fill the form.
by mastikhor
Fri Nov 11, 2005 5:36 am
Forum: PHP - Code
Topic: Quarter checking since the joining date
Replies: 2
Views: 951

Quarter checking since the joining date

For an application, I need to check quarter since the joining date of the candidate. On every quarter it should give notification to do some action.

Anyone can help me out on that?