Posts by mathewmoozh
How can i encrypt the php code so that i can block the re-editing of files.I have tried some, but not working
thanks in advance
mathewmoozh
Newbie Poster
18 posts since Nov 2007
Reputation Points: 10
Solved Threads: 0
Skill Endorsements: 0
Hi friends,
i have developed a new website.My client needs a online supporting chat feature in the website.I havent tried with it yet.I have downloaded the code and implimented many code in the site.But all are showing errors.Please help me.thanks in advance.
mathewmoozh
Newbie Poster
18 posts since Nov 2007
Reputation Points: 10
Solved Threads: 0
Skill Endorsements: 0
Now i am using the IE9.I am developing the pages according to its view.But when it is opened in the IE8 the style is not working there.How can i solve it.Please help me.I have tried it alot.But not working.Thanks in advance
mathewmoozh
Newbie Poster
18 posts since Nov 2007
Reputation Points: 10
Solved Threads: 0
Skill Endorsements: 0
I want to integrate the mapquest in my website.I need to integrate the Get directions service from the mapquest.I got a map showing a route between two places.The points were given as static.Anyone can help me with sample codes or just with tutorials.Any help is appreciated.Thanks in advance.
mathewmoozh
Newbie Poster
18 posts since Nov 2007
Reputation Points: 10
Solved Threads: 0
Skill Endorsements: 0
you have to select the data-base first to act on any of the tables in that.Then u can use the mysql_select_db() for that.
mathewmoozh
Newbie Poster
18 posts since Nov 2007
Reputation Points: 10
Solved Threads: 0
Skill Endorsements: 0
Hi,
Iam a web developer and i wish to integrate the yahoo and bing maps in a site.i would like to use the get directions facility to be worked there.I have integrated the google maps for getting directions.i got correctly,but the yahoo and the bing doesnt works.Any help is appreciated.I have tries several methods.i wish to have a working model.Anyone if any idea about that, please help me.
thanks in advance
Mathew
mathewmoozh
Newbie Poster
18 posts since Nov 2007
Reputation Points: 10
Solved Threads: 0
Skill Endorsements: 0
Dear Michel,
The difference between require and include is that
for include the file is not mandatory.the program will run even if there is no such a file producing a warning.
But for require the file should exist.otherwise it will produce an error.the program cannot continue
lets look at the include and include_once
we can include a file many time as we uses it anywhere. but there is no need to include a file more than once.
include function will include the file as many times it is used
but include_once will include the file only once if the file exists
the same difference is there in the case of require and require_once
mathewmoozh
Newbie Poster
18 posts since Nov 2007
Reputation Points: 10
Solved Threads: 0
Skill Endorsements: 0
I am using PHP and iam not understanding the concept of inheritance,I need to access the method in the base class from the inherited class,I created a base class object and called the method using the object,The method was declared in protected mode but now i am not even able to access the methods.Why it is like that?
Any reply is valued the most.
Any reply is appreciated more and also Thanks in adv
please help me I need to solve this problem
mathewmoozh
Newbie Poster
18 posts since Nov 2007
Reputation Points: 10
Solved Threads: 0
Skill Endorsements: 0
Thanks for the reply
I am not asking the last visited patient but the last visit of the particular patient for example i have to find the last visit of the patient named 'Ram'.Since the consulting fee is remitted once for 20 days
mathewmoozh
Newbie Poster
18 posts since Nov 2007
Reputation Points: 10
Solved Threads: 0
Skill Endorsements: 0
Can anyone tell me the advantage of the PHP language over .net and java?
why most of the developers uses it for the development?
why it is considered as the first prioritized lang for web development?
answer me plz.Thanks in advance.
answerers are great appreciated
thanks again
mathewmoozh
Newbie Poster
18 posts since Nov 2007
Reputation Points: 10
Solved Threads: 0
Skill Endorsements: 0
Hi,
Iam using ms sql server.Iam using a hospital management system .I need to find the last visit of the patient,only the last visit date,How can i do that?I think that it is as same as the latest published text,one of my friend told me,But how can i do that? PLz help me,a help is more appreciated,Thanks in adv
mathewmoozh
Newbie Poster
18 posts since Nov 2007
Reputation Points: 10
Solved Threads: 0
Skill Endorsements: 0
I am usins SQL server
I need to fire a trigger when an appointment for the same date comes.It should not allow more than one appointment for a hall booking system,how can i do that? iam using a table called appointment and the logic i used is take the date from the inserted table and check it with the app_date field from the appointment table.can any help me,thanks in adv,help is more appreciated.thanks again
mathewmoozh
Newbie Poster
18 posts since Nov 2007
Reputation Points: 10
Solved Threads: 0
Skill Endorsements: 0
In my-sql i used a variable c and in a situation i used like c-- to decrement the value of c but while executing i came to know that remaining code in the line get commented, how can i avoid that without using c=c-1;
mathewmoozh
Newbie Poster
18 posts since Nov 2007
Reputation Points: 10
Solved Threads: 0
Skill Endorsements: 0
Hi,Iam using a variable c and in a specific situation i need to decrease the valueusing as c--,but this when used it was commented:-O,then i used c=c-1.Can any one tell me how can i use the earlier way without as comment,any help will be greatly appreciated,Thanks in advance,Plz help me if anyone can
mathewmoozh
Newbie Poster
18 posts since Nov 2007
Reputation Points: 10
Solved Threads: 0
Skill Endorsements: 0
The difference is that if we use require_once() then the file to be added should exist in the given path,if not it will display a fatal error.if we use a include_once there will be no more problem due to this ,if there exist no such file.if we need to include a file then we will prefer include_once() because it will include the file once,it willnot include the file if it is inluded earlier
mathewmoozh
Newbie Poster
18 posts since Nov 2007
Reputation Points: 10
Solved Threads: 0
Skill Endorsements: 0
ALTER TABLE table ALTER COLUMN column_name new_data_type
this will definitely work i got answer
thank you Estuardo
mathewmoozh
Newbie Poster
18 posts since Nov 2007
Reputation Points: 10
Solved Threads: 0
Skill Endorsements: 0
Can anyone help me? Can i know what is the difference between superkey and primary key?
what is actually candidatekey?
mathewmoozh
Newbie Poster
18 posts since Nov 2007
Reputation Points: 10
Solved Threads: 0
Skill Endorsements: 0
Can i know what is the difference between superkey and primary key?
what is actually candidatekey?
mathewmoozh
Newbie Poster
18 posts since Nov 2007
Reputation Points: 10
Solved Threads: 0
Skill Endorsements: 0
© 2013 DaniWeb® LLC
Page rendered in 0.1060 seconds
using 2.6MB