vba_php
Forum Troll
- Local time
- Today, 14:00
- Joined
- Oct 6, 2019
- Messages
- 2,880
all,
does this site use any asynchronous code? most other forums I post on does use this, but this site always reloads the page or redirects to another page when posting or editing. not that it matters really, I'm just wondering why this forum is one of the few I've seen that does not employ js libraries for asynch ops.
I'm assuming that PHP does not have this ability, being a server side language? I've never looked into it, as all of my apps use js for this purpose. I just use PHP for communicating with server DBs like when POSTing data.
does this site use any asynchronous code? most other forums I post on does use this, but this site always reloads the page or redirects to another page when posting or editing. not that it matters really, I'm just wondering why this forum is one of the few I've seen that does not employ js libraries for asynch ops.
I'm assuming that PHP does not have this ability, being a server side language? I've never looked into it, as all of my apps use js for this purpose. I just use PHP for communicating with server DBs like when POSTing data.