Need help from someone who is good in php

I really need some help with a php project i am doing and i am wondering if anyone is good in php that could help me.
This is for a php admin panel which i have done most of but i am having trouble with 1 part of it
If anyone could help please email me at [personal information removed by moderator] and i will tell you what i need help with to save writing it all in here

Hello ian,
we need some more info. See Ben's answer in a similar case here: http://forums.adobe.com/thread/1300650?tstart=0.
Good luck!
Hans-Günter

Similar Messages

  • Need help from someone who understands ip_fw2

    I have the following function: (sorry about the formatting, but there doesn't seem to be [code] tags)
    void EnableAllSets()
    int s = socket(AF_INET, SOCK_RAW, IPPROTO_RAW);
    if ( s == -1 )
    return;
    uint32_t masks[2];
    masks[0] = 0x00000000;
    masks[1] = 0x00000000;
    if ( setsockopt(s, IPPROTO_IP, IPFWDEL, masks, sizeof(masks)) == -1 )
    int L = errno;
    int T = 4;
    close(s);
    The above example always ends up in the error section with L = 22.
    The intent is to enable ALL groups.
    I have seen code that looks just like this for other unix like platforms that supposedly works. Can someone tell me what I am doing wrong or if there is another method of enabling / disabling sets in ipfw2 (beyond using the command line).

    If I use an FTP client like Cyberduck, will that software upload my files to the correct places on it's own so that it all works together properly?
    Yes, that's exactly why you should use one.
    You just upload two items: a) the folder which iWeb produces which has the same name as you gave your site inside the iweb app, and b) the index.html file which iWeb produces alongside that folder. (A real ftp program like Cyberduck or Fetch 5 will upload the folder with all its contents included, while the File Manager normally cannot do this.)

  • I need help from someone smart

    Ok, I'm using QuickTime 7 Pro and am having some troubles. First question. Is there anything I can do if, when I try to export a video it says "Error -2048: This file is not a video". Next, sometimes it exports the videos extremely fast (like 2 seconds) and then I can't find the exported version and it doesn't work. It looks like nothing happened. Just looking for some help please.

    this is NOT the videora suport website video stop soliciting help for it!!!!!!
    find help here
    To use Videora iPod Convertor to convert movies for use on your iPod, consult these helpful links:
    To get started: http://www.videora.com/en-us/Converter/iPod/
    If you have questions: http://www.videora.com/en-us/Converter/guides.html
    If you have more questions, post them here: http://www.pspvideo9.com/forums/index.php?c=8
    Note that Videora iPod Convertor is a 3rd party program. If you need help with it, post your question there.
    GFF

  • Need help from anyone who can help, or my uncle, who ever sees this first...

    I have a small problem, ever since I updated my adobe flash, every single time I load my web browser. Be it IE or Firefox or hell even Netzero's crap wb, it crashes the page I tried to open up.
    I tried to find the flashplayer that was out prior to 10.2(whatever) but I can't seem to find it and am always redirected right to the newest one that has just come out.
    I am at my wits end with this thing please someone help me out.
    By the way, Uncle Jim Doubek, this is Tony's son ( your brother in Tennessee ) Andrew Doubek, asking for help...
    ~mom made me put that~

    Thanks, You don't trust IE, but you use Windows? Ok:-)
    Go to C:\Windows\SysWOW64\Macromed\Flash  Open the Flash folder and post back all files listed. The NPSWF files you will need to Right click on and Open, then click on Properties to obtain the Version numbers.
    Then using IE, go to Tools, Manage addons and find Shockwave Flash Object, make sure it's Installed, Enabled and the same version of Flash Player that you have Installed. Let me know.
    Using FF, go to all plugins and make sure Shockwave Flash plugin is Installed and Enabled. Let me know.
    Test both browsers here and you should see the Flash Player logo animation(RED F spin)
    http://www.adobe.com/software/flash/about/ Let me know.
    Also the version of Flash Player will be displayed.
    If you use adblock or adblock plus or any popup blocking software you may want to disable them since they block Flash Content.
    Any Virus issues? If so which program removed them?
    Go to this site and see if you have a Kill-bit set. Just look to see if that Key is there in Post#1. If it is, then in Post#4 at the bottom is the solution needed.
    http://forums.adobe.com/thread/782435?tstart=0
    Please be sure to follow the above and address my questions.
    Thanks,
    eidnolb

  • Need help from people who know Java. Some beginner questions.

    Hello all.
    I just recently became interested in programming and I chose Java to learn (not really sure why), I am not really interested in the whole Java Applets thing because i can already do the same things in Flash. What I really want to do is to be able to make a program that can actually complete a task; for instance Is it hard/possible to fabricate a program that could say... do a simple task like open my browser, copy a file, move something ect. What type of file would it be? Would it be a standalone program or .class for MS-DOS? Also (I'v been doing examples and lessons) why are these done in my command prompt and not just executed as the program (.java?) they are (written in notepad). What is my java program export file called that can be used by others with java enviornment. I will finish an excersize and it will say congrats you've just made you first program, but if its a program then why am i running it in command prompt unlike a program i have like Adobe Photoshop where i click the icon and it opens. Is there a better language for me?
    These questions may sound stupid but i'v scrutinized the internet and found very little on these topics.
    Any help to any question would be greatly appreciated!
    Thanks alot,
    Tim

    Hello all.
    I just recently became interested in programming and
    I chose Java to learn (not really sure why), I am notYou should have sound reasons to pick a language...
    really interested in the whole Java Applets thing
    because i can already do the same things in Flash.
    What I really want to do is to be able to make a
    program that can actually complete a task; for
    instance Is it hard/possible to fabricate a program
    that could say... do a simple task like open my
    browser, copy a file, move something ect. What type
    of file would it be? Would it be a standalone program
    or .class for MS-DOS? All java files are compiled to bytecode, which are your .class files. Anyone wanting to use your bytecode will have to have the JRE installed...
    Also (I'v been doing examples
    and lessons) why are these done in my command prompt
    and not just executed as the program (.java?) they
    are (written in notepad). What is my java program
    export file called that can be used by others with
    java enviornment. See the previous answer...
    I will finish an excersize and it
    will say congrats you've just made you first program,
    but if its a program then why am i running it in
    command prompt unlike a program i have like Adobe
    Photoshop where i click the icon and it opens. Is
    there a better language for me?Thats because it starts you out with the language basics. Almost all languages start with the historic command shell programming.
    If you want to write a GUI, then you will have to use AWT, Swing, and or SWT....
    There are several advanced concepts you will have to master before you can write effective GUI's..
    If your looking for an easy way out, learn VB. You will need M$'s IDE to compile though.. Or VBA from within your favorite Windows APP... Many support VBA like the Office Suite, Autocad, and Open Office, and many more..
    These questions may sound stupid but i'v scrutinized
    the internet and found very little on these topics.
    Any help to any question would be greatly
    appreciated!
    Thanks alot,
    TimHave fun Tim...

  • HT204204 I need help because i connected my charger and the newest iTunes didn't show my name so i can update my iPod and icloud didn't help either so i need help from someone

    I

    Do you mean that when connected to your computer your iPod isn't being recognised by your computer's iTunes, you aren't getting the device icon showing next to the content type icons towards the top left of the iTunes screen ? e.g.
    If not then see if one of these troubleshooting pages help :
    PC : iPhone, iPad, or iPod not recognized in iTunes for Windows - Apple Support
    Mac : If you don't see your connected device in iTunes for Mac - Apple Support
    iCloud isn't used for updating a device (apart from backing up to it, though ideally you'd also back up to your computer's iTunes and copy any iTunes purchases over to your computer's iTunes library). Or do you mean that you can't update wirelessly directly on your iPod ?
    (I've asked for your post to be moved to the Using iPod forum, where you've posted is for questions about the iTunes U app.)

  • I really need help from someone with CS5

    HELP me. I am in a begining flash class and I need to submit an assignment as CS4, one which I made it with CS5 and my trial ran out before I could save it down. I am in the procces of recieving an educational discount but my deadline is tonight and they keep rejecting the proof I send in! I would be forever indebted to you!

    for whatever reason they only have CS4 and. This is such a ridiculous problem but if I don't solve it in 2 and a half hours I fail the class. And of course I know no one with CS5 either

  • Need help from somebody who knows computers

    I recently transferred all of my files on my computer to an external hard drive because we didn't think we'd use this particular computer anymore. Anyway, when I try to download iTunes to this same computer it tells me "Invalid drive f:\" - In other words, my computer thinks that I already have iTunes on this computer but it isn't working. I get the same message when I try to remove the iTunes program in my control panel.
    Can anybody help me convince my computer that I don't have iTunes so that I will be able to reload it?
    Thanks in advance!

    Oh my. Yes, that is what is happening.(your drive is missing) You will get that error. There is a fix that involves registry editing, but registry editing can disable your computer in a permanent way. I'd recommend waiting until you have that drive available if possible.
    1.Try the troubleshooting instructions at this page: http://docs.info.apple.com/article.html?artnum=93976 under the "Clean up iTunes installer files on the computer" heading. Which may solve your problem.
    EDIT: On review, this looks like a good candidate for a solution.
    2.http://www.apple.com/support/contact/ has limited resources for iTunes install probems, but may be your best final resort.
    Message was edited by: markchd

  • I need help from users who have MSI GE620DX

    Wireless IP Router Time I ZC-IP04104 .... Technical details:
    Wi-Fi Standard:
    IEEE 802.11n
    ports:
    1 x 10/100 Mbps (RJ-45) WAN
    4 x 10/100 Mbps (RJ-45) LAN
    security:
    128/64 bits WEP, WPA-PSK, WPA2PSK, WPS
    Protocols supported:
    Level L2 bridging
    Compatibility Standard
    802.11g
    802.11b
    802.11n
    FLASH ROM memory:
    2 MB
    other:
    SDRAM: 16 MB
    VPN Server
    Quality of Service (QoS)
    Antenna 5 dBi
    Dimensions (W x D x H mm):
    146 x 93 x 24
    So, on my laptop with Wi-Fi network data updated drivers from here>
    http://www.msi.com/product/nb/GE620DX.html # /? p = driver & os = Win7% in 2064
    more than 72 mbps can not use (look at picture above)
    .... However I have done the same router with another sample MSI oldest and one went to 150 MBps, besides that I did another test on Acer Aspires 5542 which read 300 Mbps .... So from these results that my router goes to 300Mbps (802.11n) as was said . My mother Wireless interesting and I read that it supports 150 Mbps.
    After I had become the driver of the wireless router my way.
    Please if you have any idea ... or users that have the same laptop as mine MSI GE620DX please enlightened me on how fast you go.
    thanks a good day.
    Forward opinions and information

    I have this wireless router (ZC-IP04104) which has the following details:
    -IEEE 802.11n
    -Ports: 1 x 10/100 Mbps (RJ-45) WAN
                4 x 10/100 Mbps (RJ-45) LAN
    -Security: 128/64 bit WEP, WPA-PSK, WPA2PSK, WPS
    -Protocols supported: Level L2 bridging
    -Compatibility Standard: 802.11g
                                             802.11b
                                             802.11n
    Flash ROM memory: 2 MB
    -Other: SDRAM: 16 MB
    -VPN Server
    -Quality of Service (QoS)
    Antenna-5dBi.
    I have laptop> GE620DX with wireless card (Intel (R) Centrino (R) Wireless-N 130). Drivers are updated, but I read 72Mbps.
    I did test with another laptop> msi old ... he read 150Mbps
      and recently I had an Acer Aspires 5542 he read 300 Mbps.
    For these tests ... see that goes to the 802.11n router (300Mbps)
    so with (Intel (R) Centrino (R) Wireless-N 130) ....  should theoretically have 150mbps.
    For these tests ... see that goes to the 802.11n router (300Mbps)
    so with (Intel (R) Centrino (R) Wireless-N 130) ....  should theoretically have 150mbps
    what can make  for have 150mbps ( drivers are at day )

  • I need help from someone regarding what equipment to purchase. I need to know which is the right equipment for what i am trying to set up

    I am trying to setup sensors on container cranes at critical points on the cranes, monitoring voltage,vibration,strain,frequency etc. A control room 500m will be setup with labview to monitor the cranes.
    I am thinking of going WiFi and using PXI platform. Which equipment to buy is the question? Urgent Help required on making the selection. Strict Budget contraints to carry out the project!!

    Since it seems that time and money are of the essence, I suggest contacting a technical sales representative to discuss your application and product selection one-on-one. Tel: (888) 280-7645
    or click on "Call me now" on any product page. Good luck finding the right hardware.

  • I need help from someone ?

    My wife gives me a Christmas gift (Airport Extreme) that had arrive last friday by mail, but only today I open the box, and I find that the CD instalation is broken ? It's possible to fix the situation or should I send the box for Apple ?
    Can I install ths software? Where is it ?

    How to install Airport Utility 5 if you have lost the original CD...
    http://tech.ifelix.net/8018.html

  • HT3775 I have an mpeg video from someone who is on PC.  My mac wont play it.  Says I need more software.  Can anyone help?

    I have an mpeg video from someone who is on PC.  My mac wont play it.  Says I need more software.  Can anyone help?

    VideoLAN - Download official VLC media player for Mac OS X

  • HT201407 hi..I cant activate my Iphone 5. I bought this from someone who cant remember her apple password and even the email address that she used to set up the account.What am I gonna do now....How can I activate my Iphone. what are my options...pls help

    hi..I cant activate my Iphone 5. I bought this from someone who cant remember her apple password and even the email address that she used to set up the account.What am I gonna do now....How can I activate my Iphone. what are my options...pls help me.thank you

    Activation Lock in iOS 7  >  http://support.apple.com/kb/HT5818
    hannibalfromlemery wrote:
    .I cant activate my Iphone 5. I bought this from someone
    The Apple ID and Password that was Originally used to Activate the iDevice is required.
    If you cannot get this information from the seller
    Removing a device from a previous owner’s account
    You need to return the Device for a refund, as you will not be able to re-activate it.

  • I need help contacting someone that can help me find who the previous owner was who set up my iphone 5s, there is an activation lock and i need to contact the owners. help??? i think the iphone was stolen and then sold to me

    i think my iphone was stolen before being sold to me, i need help finding out who the original owner was to unlock the phone. any ideas on numbers i could ring? im super gutted

    If you are trying to activate an iPad or iPhone and it is asking for a previous owners Apple ID and password, you have encountered the Activation Lock. This is a security feature that prevents thieves from setting up and using a stolen or lost iPad or iPhone. You have no alternative. You must contact the previous owner to get permission to use the device. If you cannot contact the previous owner return the device to where you bought it and get a refund. You will never be able to activate the device and no one can help you do it.

  • Would like to trace my ipod touch because I was robbed. I would find it please. need help from you guys. Not because I am able to get another. Thank you.

    would like to trace my ipod touch because I was robbed. I would find it please. need help from you guys. Not because I am able to get another. Thank you.

    - If you previously turned on FIndMyiPod on the iPod in Settings>iCloud and wifi is on and connected go to iCloud: Find My iPhone, sign in and go to FIndMyiPhone. If the iPod has been restored it will never show up.
    iCloud: Find My iPhone
    - You can also wipe/erase the iPod and have the iPod play a sound via iCloud.
    - If not shown, then you will have to use the old fashioned way, like if you lost a wallet or purse.
    - Change the passwords for all accounts used on the iPod and report to police
    - There is no way to prevent someone from restoring the iPod (it erases it) using it unless you had iOS 7 on the device. With iOS 7, one has to enter the Apple ID and password to restore the device.
    - Apple will do nothing without a court order                                                        
    Reporting a lost or stolen Apple product                                               
    - iOS: How to find the serial number, IMEI, MEID, CDN, and ICCID number

Maybe you are looking for