www.webdeveloper.com

Search:

Type: Posts; User: ZeratulsDomain

Page 1 of 3 1 2 3

Search: Search took 0.02 seconds.

  1. suggestions on how to get this PHP code working?

    suggestions on how to get this PHP code working?
  2. My problem is I got classes that I want to use in...

    My problem is I got classes that I want to use in my different websites. Lets assume I have a class called "CreateTable" in a file called "CreateTable.php". Other then adding new features to that...
  3. How to have a PHP class in two PHP websites?

    I have an IIS host that has many websites (+10). I then have a global share PHP directory. Each of those 10 sites can include/require my classes/functions/etc from the global PHP shared directory.
    ...
  4. my tables arent linked with constraints, but here...

    my tables arent linked with constraints, but here is the schema

    15371

    Every row in the table 'fields' is something that every single client can have set in the table 'clentextra'.

    So the...
  5. ? your post is empty... My fix to make it a...

    ? your post is empty...

    My fix to make it a max limit of 50 users per page made the query even a tad slower (as it required yet another 'inner query', but at least it takes less then 2s to...
  6. bump? This isnt working that great... I got...

    bump? This isnt working that great...

    I got over 400 users and 10 fields. That means I got over 4000 records in 'entries' table. Getting all clients data on a single page takes over 10 seconds. Im...
  7. looks good, but there are two other curve balls I...

    looks good, but there are two other curve balls I forgot to mention

    The list may not have spaces between them and it may not have anything, so for example:
    "item 1",,,"aaab","bbbc", "cccd"

    Id...
  8. "inner query"' only option for a left join that needs to match data from two tables?

    lets assume I got three tables:
    users (ID, name)
    fields (ID, title)
    entries (nameid,titleid,value)

    I want an record back for every (users * fields) (with the corresponding value in 'entries'...
  9. I decided to implement it anyway. I figure if we...

    I decided to implement it anyway. I figure if we get hacked or audited it will be a lot better then nothing. I also used two servers for the key. I am using an IIS site on our domain controller to...
  10. Is encrypting sensitive files worth it?

    Lets assume you have sensitive files that are being uploaded with PHP and you are using a 'secure' encryption method that cannot be decrypted without the key. But here is the issue I have:

    My...
  11. Error reporting is on with E_ALL. fsockopen is...

    Error reporting is on with E_ALL.
    fsockopen is not disabled (nothing listed in 'disable_functions')


    hmm, if I try to access anything PHP using the MPC port the PHP wont work (im not even sure...
  12. bump?

    bump?
  13. Replies
    3
    Views
    208

    1# On your first page you are passing the...

    1# On your first page you are passing the username and password right into a query. Even with sql safe quotes enabled in php ini I still would not do that (sql injection protection)
    2# You only need...
  14. How to change this ajax/jQuery code to php (trying to get MPC web interface to work)

    I am trying to get PHP to control MPC (Media Player Classic) using the web interface. This is the site im following:


    Anything using fsockopen wont work, I always get a blank page when I visit...
  15. Make a link https without full url?

    I am using relative paths for my URL's, so
    <a href="somefile.php">somefile</a>

    My domain can be access by
    http://mydomain.com
    http://www.mydomain.com
    https://mydomain.com...
  16. Replies
    4
    Views
    592

    load image before onmouseover

    I don't remember how to do this and I cant seem to find it on google (think it was a simple line of code in the header).

    What is the trick to load an image even tho its not on the page? This way...
  17. Replies
    9
    Views
    1,520

    How would I look into that? This server has more...

    How would I look into that? This server has more than enough space and im not aware of anything that puts a constraint on the temp folder or anything. That also would not explain how it never happens...
  18. Replies
    9
    Views
    1,520

    Here is the error I get: I noticed this...

    Here is the error I get:


    I noticed this error both when from going from page to page and when my ajax checks to see if a user is still valid. Once again this might only happen 1 in 100 times.
  19. Replies
    1
    Views
    420

    Apache 2.4 for windows MIA?

    The apache website deserves a golden star for frustration (sort of ironic really). But I cant seem to find the apache 2.4 download for windows. Is there any? The latest download i see on their...
  20. Replies
    2
    Views
    538

    I ended up taking a function approach instead......

    I ended up taking a function approach instead...

    I wrote all the details in this reply but edited out (was too long)... Long story short: I was turned a simple problem into something more...
  21. Replies
    2
    Views
    538

    set a PHP variable as global once?

    I want to make an instance of my class as global variable. Is this possible without having to always declare it was a global variable inside each individual function that use that variable?

    In...
  22. Bypass the "warning: Cannot modify header information"?

    I am tired of getting this message. Its telling me the output is from another page that is being used in +50 other pages without issue.

    Is it possible to configure PHP.ini to ignore this and...
  23. Replies
    8
    Views
    1,385

    I do re-use code a lot... I got 49 files in my...

    I do re-use code a lot... I got 49 files in my classes and functions folder (then I also have other global classes/functions/includes that I re-use). This is just a massive project, biggest ive ever...
  24. Replies
    8
    Views
    1,385

    the original author replied to my post. He said I...

    the original author replied to my post. He said I was out of luck since he was using windows tab API or something. But to reply to some of the questions:


    I care, hence my post... And whats wrong...
  25. Replies
    9
    Views
    1,520

    PHP session does not always start?

    I have a PHP page called adminConnect.php, it has a session start as its first line, some includes and some functions. One of those functions is "ValidateLogin()", it will auto redirect the user to...
Results 1 to 25 of 63
Page 1 of 3 1 2 3
HTML5 Development Center



Recent Articles