-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
example #7
Comments
I added an example in the last commit today. |
thank you very much for your time and help you are great! I will test it. |
Sorry to disturb you again, the example works fine but i want to use it inside a class and i can't get it working i tried 3 days to sort this, can you help me? I want to pay you. thanks, this is the code, i think must call inside a class? I want to retrieve some bytes (string) from a uploaded bin file and calculate the cs of it. I don't have php expenrience but with some exampe codes it will help me a lot. thanks again! `<?php require_once "../utils.php"; class test { public function read_only(){
if (isset($_POST['swap2'])) {
} else { ;
if (isset($_POST['swap2'])) {
} else { }
} ?> |
It's not good practice, but you can use it as a global variable.
|
https://stackoverflow.com/questions/1877136/access-global-variable-from-within-a-class |
hello do you have a example how to use this i am new into php thanks
The text was updated successfully, but these errors were encountered: