what do you mean?
in case it helps, here are the files i used.
resume.php (the actual page):
<?php
$id = 2; # unique page id number
include('resumeconfig.php;');
include('config.php');
?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"...
ok, so i tried putting this in the actual page:
<?php echo resumeCategory("test"); ?>
but it still won't show up, and on top of that, everything below that point in the source code doesn't show up either.
i know this isn't just the resumeCategory() function because i tried the resumeEdu()...
i have a php script designed to build the code for an HTML format résumé. however, every time i run this script, the $resumeCode variable (where i'm storing the HTML) turns up empty. i tried dumping the value of the variable and it returned NULL. here is the script:
<?php
// sets category...
writing a mailing script isn't that difficult, i've done it quite a few time for various websites. i want to write a script that writes scripts (that way people who don't know how can still use them).
i changed my mind, i want it to be like that timeline, but instead of one continuing image, i want multiple images. do you think you can do that?
edit:
i still want some physics, though, like scrolling faster and slower.
I am planning to create a form/mailing script generating site. I know that's not much of a description, but i'm lazy. ;) If anyone thinks they may be interested in helping in the construction of such a site, post here or send me a pm.
I need a manual image slideshow that will change images on a mouse click-and-drag (somewhat like the iPhone interface with the drag to change screens [except not mac-like!]). If anyone thinks they can do this in an easy-to-configure way, I will pay 1500¢ for this.
If you have any questions...
first, unless you absolutely have to (which you generally don't), you shouldn't use iframes, they are a horrible invention and should be removed from HTML all together.
second, i don't know how easy that will be. if you're trying to take a page from your account, you would need to authenticate...