Skip to content

Error with paypal ReturnUrl is not a fully qualified URL

This is my code: I read around there that it could be the backslashes but I have them well and also that it could be the localhost but I also did a basic test previously, and it worked, and now in the project I’m working on it doesn’t work. Answer Try to set your properties like this (change to yo…

How to turn a table vertical using PHP

I am just learning PHP ,and I want to create a table that display echo data that I submit to my database , the problem I have that the table displayed horizontally by default as you see Horizontal default table this my script but I want it to be echoed vertically instead like this VERTICAL RESULT I WANT and I