Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: NigeW
  • Content: Threads
  • Order by date
  1. NigeW

    Filter Associative Multidimensional Array

    I have an array that is a complete list of "pages" for a CMS I have written. I am wanting to filter the array in order to output a sub navigation for my site. I felt that the filter_var_array() function would be suitable as it provides the ability to search on multiple criteria, however I...
  2. NigeW

    WAMP Server Issue on Local Network

    Hi I have just installed WAMP on a test box (XP Pro) and am developing a php based CMS system on it. The CMS works fine when viewing it on the test box, however when viewing it on my laptop via local network only 8Kb of data is being transferred at any one time. I have done a character count...
  3. NigeW

    CMS & Enquiry Form Data Storage

    I am building a CMS using php and MySQL. I have developed a module so the end user can create enquiry forms on their sites. My dilemma is how to store the submitted form data within the database. My initial solution was to use wddx and build a packet containing all the submitted field data -...
  4. NigeW

    Multiple Select List - Retreiving Data From Db

    Further to thread434-1199750 I have a similar problem as follows : I have a form to create new individual records and within form this there is a multiple select list for qualifications. I also have a form to edit existing records and so need to be able to list all the qualifications and...
  5. NigeW

    Excel - Calculate Number of Digits

    Hi I work in a screen printing business and we print numbered bibs for sports events. Currently I manually create a spreadsheet for the number ranges required and then apply the following functions to calculate how many individual digits are required to be printed: left(), mid(), right()...
  6. NigeW

    Excel Lookup Problem

    Hi there I am wanting to perform the equivalent of the vlookup but when the lookup value does not find an exact match I want the nearest greater value to be returned. vlookup can only return the nearest lesser value. I have created the following but this is reliant on the lookup data being...
  7. NigeW

    htmlspecialchars display problem

    Hi there I have a form which has dynamically built select lists. The select lists are created via 'AJAX', i.e. an http post/response call using JavaScript and PHP. The data in the database table has been added using htmlspecialcahrs function and as an example the entry is Bee's...
  8. NigeW

    Secure Certificate Transfer

    Hi there I am attempting to move a website from Windows Server 2003 to Windows 2000. There is a certificate loaded on the site. Does anyone know if there are any backwards compatibility issues with transferring a certificate from Windows 2003 to Windows 2000. Thanks Nigel Wilson...
  9. NigeW

    CMS and Content Formatting

    Hi there We (the company I work for) sells a CMS system. Clients therefore have full and unfettered access to format their content at will. I therefore wondered if the additional formatting applied would affectr search engine rankings - do spiders read the actual output that a human would...
  10. NigeW

    .htaccess problem

    Hi there I have commenced work on a CMS app. My starting point was creating a dynamic navigation script. Now I want to ensure my URL's appear as static URL's. What I want to do is have the URL appear as : http://mysite.com/services/stickers as this will be re-directed to index.php and...
  11. NigeW

    Multi Dimensional Arrays and Site Navigation

    Hi there Maybe I am re-inventing the wheel but . . . I am wanting to write a function to reference a multi-dimensional array. The problem is that I do not know how deep the array might be, so the function needs to be able reference itself so that it finds all entries in the array and at...
  12. NigeW

    MySQL dB and Website Navigation

    Hi there I am new to PHP programming and am hoping someone can point me in the right direction - not really looking to get a packaged answer, just a shove in the right direction. My problem : I have a pet project of building a CMS system using PHP, MySQL and one of the free WYSIWYG editors...
  13. NigeW

    Technical Specifications

    Hi there I am completing an assignment for a paper which requires me to identify an ERP system for SME's, so sorry this is all theory and not a real world issue - :) From what I have read the JD Edwards EnterpriseOne package is an ideal package. Can anyone please advise where I can find...
  14. NigeW

    IIS5.0 Port 443 Not Working

    Hi there A web server we use has been recently compromised by a trojan. Since then no https requests are working for the server. The server is Windows 2000 and IIS 5.0 We tried uninstalling/reinstalling IIS but to no avail. Do anyone have any ideas/ suggestions for what else we could look...
  15. NigeW

    Iframes and Extracting Content

    Hi there I am working on a site that has an iframe. This iframe is retrieving data which is external to the website. We want the iframe to resize based on the length of content within the iframe. However as it is from an external source we cannot detect the length - browser security...
  16. NigeW

    Multiple Domains within one Site

    Hi folks I work for a web design company that has a content management package. We have a client who currently has 2 domain names and soon will have a third domain name. Currently 1 site resides within the other : www.foxman.co.nz is the parent. www.foxkitchens.co.nz resides within...
  17. NigeW

    CGI:Session not working

    Hi all Have been trying to get CGI:Session integrated on my site . . . I am wanting to store some variables in session ID's for retrieval at a later date. My application is a content management system, with user authentication. So the process is : 1. User logs in and a session variable gets...
  18. NigeW

    Resize movie based on browser resolution

    Hey I have a flash movie which is 800x800 in true size. I am wanting to have a display in the main content area of a website I am creating, and to also resize automagically based on browser reoslution. The code is : <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"...
  19. NigeW

    Can you get X Y Co-ordinates of Image ?

    Hi I am wanting to know if it is possible to obtain the X Y co-ordinates of an image displayed on a page ? I would be happy if it is only the top left position of the image. So far I have struck blanks . . . Any suggestions graetfully received. Thanks Nigel Wilson &quot;kiwi-kid&quot...
  20. NigeW

    Search Engine Crawlers & Source Code

    Simple query ( at least I hope so . . . ) I appreciate that white space in the source code is bad for search engine crawlers. Can anyone advise if source code structure is equally important ? What I mean by this is - is it absolutely imperative that the "<html>" tag appear as the first line...

Part and Inventory Search

Back
Top