Hello guys,
Recently I am stucked with Prosper202. I just realised that my landing pages script should be in .php instead of jquery. I'm using Adobe Muse to create my landing pages and my scripts end up as jquery.
I can't to find a guide to get simple landing page codes for jquery redirect. I also can't find a guide to split test my landing pages when my scripts are in jquery form.
My landing pages ended up with:
1. index file as html
and under scripts folder:
2. jquery.musepolyfill.bgsize as JScript Script File
3. jquery.watch as JScript Script File
4. jquery-1.8.3.min as JScript Script File
5. museutils as JScript Script File
I'm really confused right now.
Do I have to rewrite the jquery codes to php format or just rename/resave all the files to .php?
I have no knowledge in php language at all.
What should I do?
I think you may be a bit befuddled here.
Your landing pages are in html format. The scripts generated by Muse are javascript and they are embedded in the html code of the page.
Generally, you don't need these so you can probably safely remove the script tags in the html code, but do check the page still displays properly.
You can rename your webpage.html file to webpage.php. Upload it to your server. Load it in a browser to check that it displays properly.
Now, edit the webpage.php file and add the codes generated by prosper202. Save the file. Upload it to your server again and overwrite the old file.
That's pretty much it!



Yes keep the scripts if removing them breaks the page.
You have file extensions hidden in your Windows folder options. So, the index.html file just reads as index. When you rename it you're not changing the file extension, only the file name. Un-hide file extensions and then rename index.html to index.php.