User Profile
Collapse
-
at first look there's a mistake where you write /app1 in your include. There should be /apps1 , right ? -
try to use ajax + jquery form submit implementation. Even if a user clicks on back or refresh the page it won't send that values.Leave a comment:
-
easier way would be using jquery. just use $('name_of_fiel d_to_clear').va l('');
You set it's value to '' and clear any field you want.Leave a comment:
-
I think you don't need that 2nd while loop. Just use SELECT for your photos table with WHERE condition pointing to proper photo. Try to remove while loop,but leave the code inside it.Leave a comment:
-
how to write this in php
Hello,
I have a question, how to write this line which is in C++ ofc. using PHP:
Code:#define setC(x,n) (x[n>>6]|=(1<<((n>>1)&31)))
Regards,
Chris
No activity results to display
Show More
Leave a comment: