Which of the following represents the proper way to set a session variable? Answer: a. $_SESSION['foo'] = 'bar'; b. session_start(); c. session_set_save_handler ('myopen', 'myclose', 'myread', 'mywrite', 'mydelete', 'mygarbage'); d. $foo = $_SESSION['foo']; 2.When administering MySQL, you should make the data directory accessible via the operating system 3.which statement can be used to determine how the optimizer resolves a query
9 17091Post New Cybercom PHP Interview Questions
Is spring boot and spring mvc same? : Spring Boot
Define what is the strongest metal?
what is the function of choke in the flourcent tube lights and why the colour is in white mostly in flourcent tube lights
Is it normal for hard drive to make some noise?
What is $this in php?
What is difference between queue and topic?
What are persistence points?
What is idms?
here is my requirement A1 is alphanumeric with value 'A1B2C3D4' as defined below 05 A1 PIC X(8) VALUE IS 'A1B2C3D4' but i need to have A2,A3 as ABCD & 1234 repectively...... A2 = ABCD A3 = 1234 Can you please explain me what are the different ways to do it?
What is xl s size?
Raj & Raj Ltd purchased a machinery on 01.01.1996 for Rs.88,000.The life of the machine estimated to be 5 Yrs.It was calculated that the old machinery would fetch Rs.8000 at the end of its useful life.it was decided to replace the machinery at the end of the fifth year by setting up depreciation fund and invest the annual depreciation (along with interest earned each year) in gilt edged securities carrying interest at 5% per annum at the end of the 5th year the securities were sold for Rs.62,200 and the old machinery was sold for Rs.9000.As per the sinking fund table Rs.14,478 is to be invested every year.A new machine was purchased on 01.01.2001 for Rs.1,00,000.Pass the journal entries and show the ledger accounts
Why do we use abstraction in c#?
How is a decision tree pruned?
What is the difference between new and override?
What is architecture neutral in java?