just wanted to ask in the sendAndLoad, what if you're calling it from your desktop? or if you don't have a website? can i call it from my localhost or something? sorry for being such a noob at this :)
@nayt013 Considering PHP is a server-side language, it requires a webserver of some sort. You could use something like wamp which is what I personally use for local testing (Windows, Apache, MySQL, PHP), you can get it here completely free: wampserver[.]com/en
If you're not sure how to set it up, you can find plenty of guides with a google search.
@nayt013 Considering PHP is a server-side language, it requires a webserver of some sort. You could use something like wamp which is what I personally use for local testing (Windows, Apache, MySQL, PHP), you can get it here completely free: wampserver[.]com/en
If you're not sure how to set it up, you can find plenty of guides with a google search.
@BokoNOM. Tell me why it doesn't work then? I did everything exactly the same way you did it in the video. Everything. But it just returns Login Failed every time.
@denzel99live How exactly are you trying to preview registerphp? Through a url? If you don't include a user/pass to register with of course it's going to throw an error by default. I can't give an example, youtube is fucking picky about urls in comments.
@denzel99live Something is either wrong with your db connection, or the send/load for registering code or your PHP code for querying the db. You may also require a cross-domain policy.
You missed a bracket, it's not hard just to go back to 1:45 and make sure you follow it correctly.
No, I can't write the script in the description because #1: It would take me as much effort as it would for you to just copy it from the video. #2: I purposely make it difficult to copy the code (by you actually having to type it) so you learn, not copy entirely. I'd only spoon feed the code if I were being paid for it.
Could you add a link to the source codes?
superdasher12 5 days ago
just wanted to ask in the sendAndLoad, what if you're calling it from your desktop? or if you don't have a website? can i call it from my localhost or something? sorry for being such a noob at this :)
nayt013 2 months ago
@nayt013 Considering PHP is a server-side language, it requires a webserver of some sort. You could use something like wamp which is what I personally use for local testing (Windows, Apache, MySQL, PHP), you can get it here completely free: wampserver[.]com/en
If you're not sure how to set it up, you can find plenty of guides with a google search.
BokoNOM 2 months ago
@nayt013 Considering PHP is a server-side language, it requires a webserver of some sort. You could use something like wamp which is what I personally use for local testing (Windows, Apache, MySQL, PHP), you can get it here completely free: wampserver[.]com/en
If you're not sure how to set it up, you can find plenty of guides with a google search.
BokoNOM 2 months ago
how did you make a web, i using 1 month still cant make it
wuiyang 3 months ago
can u provide the souce file....
pathikvsharma 5 months ago
Works perfectly, thanks for the help :D
blahertify 5 months ago 2
i've been trying to get this to work for days. IT DOESN'T WORK!
DCjackass 7 months ago
@DCjackass -Everything- you need is displayed in this video, it's as easy as it gets.
BokoNOM 7 months ago
@BokoNOM. Tell me why it doesn't work then? I did everything exactly the same way you did it in the video. Everything. But it just returns Login Failed every time.
DCjackass 7 months ago
Comment removed
DCjackass 7 months ago
the thing is, when i preview register.php it says: &err=Registration failed.
and login says: &user=&pass=&err=Login Successful.
what does that mean?
denzel99live 7 months ago
@denzel99live How exactly are you trying to preview registerphp? Through a url? If you don't include a user/pass to register with of course it's going to throw an error by default. I can't give an example, youtube is fucking picky about urls in comments.
BokoNOM 7 months ago
it gets stuck at registering details...
denzel99live 7 months ago
@denzel99live Something is either wrong with your db connection, or the send/load for registering code or your PHP code for querying the db. You may also require a cross-domain policy.
BokoNOM 7 months ago
Error opening URL 'data/register.php?pass=testpass&user=testuser'
It's giving me that error when i go to register. Only when i register though. I can't seem to find the issue.
DCjackass 9 months ago
@DCjackass Requires the full domain most likely.
BokoNOM 9 months ago
@BokoNOM. But i'm confused as to why it needs to be a url to my site, and can't be just the files on my desktop.
DCjackass 9 months ago
@DCjackass PHP is a server side language, requiring a server. If you're using a local server then use localhost as the url.
BokoNOM 9 months ago
Comment removed
MrsFrozenCake 10 months ago
@MrsFrozenCake It should be define("PASS", "");
You missed a bracket, it's not hard just to go back to 1:45 and make sure you follow it correctly.
No, I can't write the script in the description because #1: It would take me as much effort as it would for you to just copy it from the video. #2: I purposely make it difficult to copy the code (by you actually having to type it) so you learn, not copy entirely. I'd only spoon feed the code if I were being paid for it.
BokoNOM 10 months ago
Comment removed
MrsFrozenCake 10 months ago
can you show me the script?
ehermite0913 10 months ago
@ehermite0913 It's all in the video.
BokoNOM 10 months ago
Scene=Scene 1, layer=Layer 1, frame=1, Line 10 Statement block must be terminated by '}' :(((( help me plzzz
blables1 11 months ago
@blables1 Make sure you followed it all correctly, you've missed a closing brace (}) of a statement somewhere.
BokoNOM 11 months ago
@blables1 Eg: If you have a statement like this:
if(blah == blahblah){
//do something
} // <- this is the closing brace of the if statement
BokoNOM 11 months ago
thanks !!!!!
blables1 11 months ago
thx
blables1 11 months ago