I am trying to use the PDF hosting features offered by issuu.com to embed a product catalog on a simple front page.
The site provides a readymade embed code:
<div><object...
Type: Posts; User: DallasRaines; Keyword(s):
I am trying to use the PDF hosting features offered by issuu.com to embed a product catalog on a simple front page.
The site provides a readymade embed code:
<div><object...
Thank you all so much for your help on this project, as it turned out djr33 and azoomer had it exactly right, basically what the issue boiled down to was my lack of understanding of the very nature...
Honestly, I doubt it. I had nothing to do with the original site that was up, and barely functional to begin with. The original project was only half finished and I have no access to the previous...
I wouldn't be surprised if I just went about it in entirely the wrong way. Like I said this is my first brush with PHP/mySQL
This is the code in the index.php I took from the old site, licated in my root folder
<?php
if (file_exists("./admin/actions/precheck.php"))
{
$testing_from = "";
require_once...
Hello again DDForums.
Today, I am running into an issue with launching my static HTML pages on the PHP servers chosen by my company to host our page - I have only a basic understanding of PHP use...
Those fixes both worked like a charm! thanks azoomer
Hey folks I am working on a site for a business associate of mine, and while once upon a time I was pretty fluent in html, this has been a process of bringing myself up to speed in the years since I...
Thank you, will do
Hey folks, I am running into some issues with a site I am working on that I am unable to diagnose on my own. In particular, I am having problems with certain behaviors on an accordion spry menu, and...