i want to store input text box value into php variable without form submit and without using ajax,js,jquery etc.,
is it possible??

Recommended Answers

All 4 Replies

Member Avatar for diafol

Not possible AFAIK as the user input resides purely on the client unless it's transported by Ajax or sent via form (submitted) to the server (where PHP lives). Not sure why you'd need to do thiss though.

You can do it via querystring or via a cookie but it still requires a trip to the server of course.

What @diafol said. Just note that we're here to help if you need support with jQuery/AJAX stuff.

This sounds like a puzzle , what etc mean ? Everything that has to do with client side ?

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.