Hello,
I am building a social networking site designed for gamers from scratch raw PHP and only JQuery as the Front-End framework I could figure it out myself but I prefer to ask this community and get your take on it and please give me a quick reply otherwise I will have to figure it out myself.
First Question:
i'm using Ajax as the pagination which goes to a PHP file that loads more posts my question is for a high traffic site is json required for this or can I just use normal PHP and have it .append the results in JQuery and echo it out in PHP is that fine? I have no knowledge at all in JSon data or wat's the point with JSon honestly.
Second Question:
since my software is basically going to work the way facebook works for a status (I asume you know what a facebook status is) I am having some trouble getting the comments to display so what I have done is put a while loop inside a while loop to fetch the comments is this programmically acceptable? or is there a more efficient way. (bascially I have a status then you have the comments works the same as facebook)
Third:
How is this design? I don't have an alpha yet or nor is this even ready for a Alpha V1 but need to know if my project is worth in keeping development going if people see potential I keep going.
(DOWNLOAD THE ATTACHMENT ADDED THE IMAGE AS THAT)
I am building a social networking site designed for gamers from scratch raw PHP and only JQuery as the Front-End framework I could figure it out myself but I prefer to ask this community and get your take on it and please give me a quick reply otherwise I will have to figure it out myself.
First Question:
i'm using Ajax as the pagination which goes to a PHP file that loads more posts my question is for a high traffic site is json required for this or can I just use normal PHP and have it .append the results in JQuery and echo it out in PHP is that fine? I have no knowledge at all in JSon data or wat's the point with JSon honestly.
Second Question:
since my software is basically going to work the way facebook works for a status (I asume you know what a facebook status is) I am having some trouble getting the comments to display so what I have done is put a while loop inside a while loop to fetch the comments is this programmically acceptable? or is there a more efficient way. (bascially I have a status then you have the comments works the same as facebook)
Third:
How is this design? I don't have an alpha yet or nor is this even ready for a Alpha V1 but need to know if my project is worth in keeping development going if people see potential I keep going.
(DOWNLOAD THE ATTACHMENT ADDED THE IMAGE AS THAT)







