Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 02/18/21 in all areas

  1. Din felul cum ai pus intrebarea se intelegea ca nu ai cautat deloc. Rezultatul in php il scoti la fel cum scoti orice rezultat din baza. Nu este diferenta intre SELECT COUNT(*) si SELECT coloana_x, coloana_y, etc. Poti folosi mysqli_fetch_row (asta recomand) pe rezultatul query-ului sau mysqli_fetch_assoc asa cum folosesti pentru orice SELECT. Ca si client de MySQL iti recomand HeidiSQL.
    2 points
  2. SELECT COUNT() FROM `server`.`esk_case` WHERE `ownerid` > '0' Cred ca asta iti trebuie.
    2 points
  3. Salutari tuturor! Realizez o cercetare adresata persoanelor care studiaza si/sau lucreaza in domeniul IT. Daca aveti putin timp si bunavointa de a ma ajuta cu o completare a acestui chestionar, as aprecia foarte mult. Pentru mai multe detalii, accesati linkul. Multumesc mult! https://docs.google.com/forms/d/e/1FAIpQLSd81Czx_qLaVdfWmjkv-Uq7O3G9eXRuxkW6_tOROS2wcsmyuQ/viewform
    1 point
  4. >oportunitate pentru a ma ajuta la master.
    1 point
  5. incepator i-a vezi te ajuta https://imgur.com/a/PG5DzjL
    1 point
  6. Poate https://phpbolt.com/ sau https://www.transfon.com/products/swoole-compiler#pricing
    1 point
  7. Sa se invete minte statul lui peste sa nu mai trimita agenti in cursele comerciale la un loc cu turistii ca vor dormi toti la un loc pe aeroport si data viitoare sau cine stie poate data viitoare ajung mancare la crocodili
    1 point
  8. RSS-proxy is a tool that allows you to do create an RSS/ATOM or JSON feed of almost any website, purely by analyzing just the static HTML structure. Try the live demo. Quickstart using docker The simplest way to use RSS-proxy is using docker docker pull damoeb/rss-proxy docker run -p 3000:3000 -it damoeb/rss-proxy Then open localhost:3000 in the browser. JavaScript Support rss-proxy supports dynamic webapps in a separate docker image damoeb/rss-proxy:js cause it is with 1GB quite large. Running this image will render a checkbox in the User Interface to pre-render a website in a headless browser, rather than using the static response. docker pull damoeb/rss-proxy:js docker run -p 3000:3000 -it damoeb/rss-proxy:js Developing RSS-proxy The project is separated into three modules core: the feed parser logic, plain JavaScript playground: the web app to visualize and explore feed generation proxy: the expressjs server For local development you need node 12+. Then follow these steps: Install all npm dependencies npm run install Start server cd packages/proxy && npm run start Start client cd packages/playground && npm run start Troubleshooting See troubleshooting. Changelog See changelog. Contributors damoeb Contact https://twitter.com/damoeb License This project uses the following license: GNU GPLv3. Download: rss-proxy-master.zip or git clone https://github.com/damoeb/rss-proxy.git Source
    1 point
  9. Mai cauta si tu pe google, nu mai intreba orice rahat. Poti numara rezultatele direct din mysql punand conditiile pe care le vrei (x > 0) sau le scoti pe toate din baza si le numeri in php.
    0 points
  10. Super, ai putea sa iti furi cookie-urile si sa obtii acces la contul tau de Gmail!
    0 points
×
×
  • Create New...