Search found 11 matches

by bjazmoore
Tue Dec 29, 2009 8:28 am
Forum: PHP - Code
Topic: How can i create an xls file
Replies: 3
Views: 95

Re: How can i create an xls file

To make a file that Excel will open nativly (when you double click the file) simply seperate your data with a tab (ASCII 9) and then save the file with an XLS extension. It will not have any special formatting, but excel will happily open it.
by bjazmoore
Tue Dec 29, 2009 8:26 am
Forum: PHP - Code
Topic: how do i print report in pdf format .................
Replies: 2
Views: 530

Re: how do i print report in pdf format .................

What does your query return when the data is dumped out raw?
by bjazmoore
Tue Dec 29, 2009 8:20 am
Forum: PHP - Code
Topic: protecting my work .
Replies: 8
Views: 348

Re: protecting my work .

i too love cms & working on it . i used joomla but now came to wordpress due to the easy updating system & control i find in wordpress . but my site is a personal one & wont have more than 50 pages so cms wont be a real necessary .[/quote] I read what I wrote. Dumb. Just compare the know...
by bjazmoore
Mon Dec 28, 2009 8:29 pm
Forum: PHP - Code
Topic: A very puzzling challenge - Please Help
Replies: 14
Views: 1477

Re: A very puzzling challenge - Please Help

It is hard to get a grasp as to how you desire all this to fit together. Do I understand that you have various "chucks" of code, but are not sure how to intergrate them? How about the include files. Can you post these also. It would be nice if you had it all in one file the way you think i...
by bjazmoore
Mon Dec 28, 2009 8:19 pm
Forum: PHP - Code
Topic: protecting my work .
Replies: 8
Views: 348

Re: protecting my work .

If you have the known good footer somewhere, you could create a hash of some kind (like the CRC codes that floppies use to use to insure the data was preserved correctly) - then include the footed from where ever you store it (the place where someone can edit it for some reason) and then hash that a...
by bjazmoore
Mon Dec 28, 2009 8:10 pm
Forum: PHP - Code
Topic: probably easy solved problem with list-menu?
Replies: 5
Views: 903

Re: probably easy solved problem with list-menu?

That is the brute force method of doing it, and not knowing much about the various classes that the system is built on, that is about all I could recommend. If you want to write your own SQL you could use the select distinct query to get one instance of each author from the database. It would take s...
by bjazmoore
Mon Dec 28, 2009 7:58 pm
Forum: PHP - Code
Topic: passing a variable
Replies: 6
Views: 635

Re: passing a variable

Post the code to search.html.php and I will see how one would work this into your code.
by bjazmoore
Mon Dec 28, 2009 2:50 pm
Forum: PHP - Code
Topic: passing a variable
Replies: 6
Views: 635

Re: passing a variable

I presume that the 'search.html.php' is your actual search form. Since you are including the 'search.html.php', it will have access to the current variables for the script you are running. Why not simply set a variable that describes the action you expect the search button to take BEFORE including t...
by bjazmoore
Mon Dec 28, 2009 2:23 pm
Forum: PHP - Code
Topic: PHP Wintel: different CWP depending on user permissions
Replies: 4
Views: 385

[CLOSED] PHP Wintel: different CWP depending on user permiss

I sure wish I understood what was happening here. I spent a while digging through the permissions until the server froze up. I rebooted it and check things out. The admin user started having the same error. I went into the properties for the virtual site and removed anonymous user again and restarte...
by bjazmoore
Mon Dec 28, 2009 1:21 pm
Forum: PHP - Code
Topic: PHP Wintel: different CWP depending on user permissions
Replies: 4
Views: 385

Re: PHP Wintel: different CWP depending on user permissions

D:\inetpub\marlboro That is the path to the root of the site defined by IP address associated with the URL http://marlboro.dnet.domtar (it is an enterprise site behind a corporate firewall so you will not be able to hit it). I have about 20 sub sites in individual folders under this path. However th...
by bjazmoore
Mon Dec 28, 2009 12:36 pm
Forum: PHP - Code
Topic: PHP Wintel: different CWP depending on user permissions
Replies: 4
Views: 385

PHP Wintel: different CWP depending on user permissions

This is most likely Windows specific. Here is my config: System Windows NT SCBENAWEB10 5.2 build 3790 Build Date Dec 8 2008 19:30:48 Configure Command cscript /nologo configure.js "--enable-snapshot-build" "--enable-debug-pack" "--with-snapshot-template=d:\php-sdk\snap_5_2\v...